feat(fish): add homebrew and changed the config.fish order of sourcing

This commit is contained in:
Sergio Laín 2024-03-17 02:55:49 +01:00
parent 1c103c07de
commit 20a6edd437
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

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