♻️ refactor(fish): autostart apps now have their own file in the conf.d dir

This commit is contained in:
Sergio Laín 2024-04-04 15:45:21 +02:00
parent 0f79a3c490
commit 30087e24fb
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
5 changed files with 8 additions and 9 deletions

View file

@ -0,0 +1,3 @@
if status is-interactive
atuin init fish | source
end

View file

@ -0,0 +1,3 @@
if test -x /home/linuxbrew/.linuxbrew/bin/brew
eval (/home/linuxbrew/.linuxbrew/bin/brew shellenv)
end

View file

@ -0,0 +1 @@
starship init fish | source

View file

@ -0,0 +1 @@
zoxide init fish | source

View file

@ -1,11 +1,2 @@
# Uncomment the next line to enable brew
# eval (/home/linuxbrew/.linuxbrew/bin/brew shellenv)
starship init fish | source
zoxide init fish | source
if status is-interactive
atuin init fish | source
end
source ~/.config/fish/user_variables.fish
source ~/.config/fish/abbreviations.fish