♻️ refactor(fish): autostart apps now have their own file in the conf.d dir
This commit is contained in:
parent
0f79a3c490
commit
30087e24fb
5 changed files with 8 additions and 9 deletions
3
.config/fish/conf.d/atuin.fish
Normal file
3
.config/fish/conf.d/atuin.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
if status is-interactive
|
||||
atuin init fish | source
|
||||
end
|
3
.config/fish/conf.d/homebrew.fish
Normal file
3
.config/fish/conf.d/homebrew.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
if test -x /home/linuxbrew/.linuxbrew/bin/brew
|
||||
eval (/home/linuxbrew/.linuxbrew/bin/brew shellenv)
|
||||
end
|
1
.config/fish/conf.d/starship.fish
Normal file
1
.config/fish/conf.d/starship.fish
Normal file
|
@ -0,0 +1 @@
|
|||
starship init fish | source
|
1
.config/fish/conf.d/zoxide.fish
Normal file
1
.config/fish/conf.d/zoxide.fish
Normal file
|
@ -0,0 +1 @@
|
|||
zoxide init fish | source
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue