fix(fish): add homebrew paths before any command is running
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
|
if test -f /home/linuxbrew/.linuxbrew/bin/brew
|
||||||
|
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
|
||||||
|
end
|
||||||
|
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
fastfetch
|
fastfetch
|
||||||
end
|
end
|
||||||
|
|
||||||
if test -f /home/linuxbrew/.linuxbrew/bin/brew
|
|
||||||
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Configure GPG
|
# Configure GPG
|
||||||
set GPG_TTY $(tty)
|
set GPG_TTY $(tty)
|
||||||
# Disable fish greeting
|
# Disable fish greeting
|
||||||
|
|||||||
Reference in New Issue
Block a user