mirror of
https://github.com/ION606/fish-config.git
synced 2026-05-14 22:06:57 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
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
|
||||
Reference in New Issue
Block a user