Skip to content

Commit 4b61246

Browse files
Merge pull request #233 from ceamac/bugs/bash-completions
Fix bash completions file
2 parents ddb0c34 + 3801345 commit 4b61246

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.7.2
2+
3+
Fixes the bash completions
4+
15
# 1.7.1
26

37
This release brings a lot of bug fixes and improvements for MacOS. Big thanks to @CarterLi for the help on this!

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22

33
project(fastfetch
4-
VERSION 1.7.1
4+
VERSION 1.7.2
55
LANGUAGES C
66
DESCRIPTION "Fast system information tool"
77
HOMEPAGE_URL "https://github.com/LinusDierheimer/fastfetch"

completions/bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,5 +387,6 @@ __fastfetch_completion()
387387
else
388388
__fastfetch_complete_option
389389
fi
390+
}
390391

391392
complete -F __fastfetch_completion fastfetch

0 commit comments

Comments
 (0)