mirror of
https://github.com/ION606/fish-config.git
synced 2026-05-14 22:06:57 +00:00
23 lines
544 B
Fish
23 lines
544 B
Fish
|
|
if test -f ~/.config/fish/completions/glow.fish
|
||
|
|
source ~/.config/fish/completions/glow.fish
|
||
|
|
end
|
||
|
|
|
||
|
|
if test -f ~/.config/fish/completions/glow.fish
|
||
|
|
source ~/.config/fish/completions/glow.fish
|
||
|
|
end
|
||
|
|
|
||
|
|
if test -f ~/.config/fish/functions/builtins.fish
|
||
|
|
source ~/.config/fish/functions/builtins.fish
|
||
|
|
end
|
||
|
|
|
||
|
|
if test -f ~/.config/fish/functions/commands.fish
|
||
|
|
source ~/.config/fish/functions/commands.fish
|
||
|
|
end
|
||
|
|
|
||
|
|
# colors
|
||
|
|
starship init fish | source
|
||
|
|
|
||
|
|
if test -f ~/.config/fish/conf.d/colors.fish
|
||
|
|
source ~/.config/fish/conf.d/colors.fish
|
||
|
|
end
|