initial commit

This commit is contained in:
2024-12-26 18:14:20 +02:00
commit b5eab28b9a
10 changed files with 619 additions and 0 deletions
+22
View File
@@ -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