✨ feat(fish): add homebrew and changed the config.fish order of sourcing
This commit is contained in:
parent
1c103c07de
commit
20a6edd437
1 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
||||||
source ~/.config/fish/user_variables.fish
|
eval (/home/linuxbrew/.linuxbrew/bin/brew shellenv)
|
||||||
source ~/.config/fish/abbreviations.fish
|
starship init fish | source
|
||||||
|
zoxide init fish | source
|
||||||
|
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
atuin init fish | source
|
atuin init fish | source
|
||||||
source /usr/share/doc/find-the-command/ftc.fish
|
source /usr/share/doc/find-the-command/ftc.fish
|
||||||
end
|
end
|
||||||
|
|
||||||
starship init fish | source
|
source ~/.config/fish/user_variables.fish
|
||||||
zoxide init fish | source
|
source ~/.config/fish/abbreviations.fish
|
||||||
|
|
Loading…
Add table
Reference in a new issue