File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ # 1.7.2
2+
3+ Fixes the bash completions
4+
15# 1.7.1
26
37This release brings a lot of bug fixes and improvements for MacOS. Big thanks to @CarterLi for the help on this!
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22
33project (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"
Original file line number Diff line number Diff line change @@ -387,5 +387,6 @@ __fastfetch_completion()
387387 else
388388 __fastfetch_complete_option
389389 fi
390+ }
390391
391392complete -F __fastfetch_completion fastfetch
You can’t perform that action at this time.
0 commit comments