feat(fish): evaluate homebrew if installed
This commit is contained in:
@@ -35,6 +35,10 @@ for f in ~/.config/fish/completions/user/*.fish
|
|||||||
source $f
|
source $f
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if test -f /home/linuxbrew/.linuxbrew/bin/brew
|
||||||
|
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
|
||||||
|
end
|
||||||
|
|
||||||
# Enable starship
|
# Enable starship
|
||||||
starship init fish | source
|
starship init fish | source
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user