Skip to content

Commit

Permalink
fix: brew.fish (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielintempesta authored May 16, 2024
1 parent e731da7 commit a4c90c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_files/shared/usr/share/fish/vendor_conf.d/brew.fish
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if status --is-interactive
if [ -d /home/linuxbrew/.linuxbrew ]
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
if [ -w /home/linuxbrew/.linuxbrew ]
if [ ! -L (brew --prefix)/share/fish/vendor_completions.d/brew]
if [ ! -L (brew --prefix)/share/fish/vendor_completions.d/brew ]
brew completions link > /dev/null
end
end
Expand Down

0 comments on commit a4c90c7

Please sign in to comment.