fix: syntax in brew-fish-completions.fish

Signed-off-by: Daniel Hast <hast.daniel@protonmail.com>
This commit is contained in:
Daniel Hast 2025-03-10 17:16:20 -04:00
parent bbb90bbfe3
commit 24c771c694
No known key found for this signature in database

View file

@ -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