✨ 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
|
||||
source ~/.config/fish/abbreviations.fish
|
||||
eval (/home/linuxbrew/.linuxbrew/bin/brew shellenv)
|
||||
starship init fish | source
|
||||
zoxide init fish | source
|
||||
|
||||
if status is-interactive
|
||||
atuin init fish | source
|
||||
source /usr/share/doc/find-the-command/ftc.fish
|
||||
end
|
||||
|
||||
starship init fish | source
|
||||
zoxide init fish | source
|
||||
source ~/.config/fish/user_variables.fish
|
||||
source ~/.config/fish/abbreviations.fish
|
||||
|
|
Loading…
Add table
Reference in a new issue