fix: syntax in brew-fish-completions.fish
Signed-off-by: Daniel Hast <hast.daniel@protonmail.com>
This commit is contained in:
parent
bbb90bbfe3
commit
24c771c694
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env fish
|
||||
#shellcheck disable=all
|
||||
if status --is-interactive and if test $(/usr/bin/id -u) -ne 0
|
||||
if status --is-interactive; and test $(/usr/bin/id -u) -ne 0
|
||||
if [ -d /home/linuxbrew/.linuxbrew ]
|
||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
if test -d (brew --prefix)/share/fish/completions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue