repaired color.fish and added fallback
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
# load matugen-generated colors
|
||||
if test -f $HOME/.config/fish/configs/colors.fish
|
||||
source $HOME/.config/fish/configs/colors.fish
|
||||
else
|
||||
if test -f $HOME/.config/fish/configs/fallback_colors.fish
|
||||
source $HOME/.config/fish/configs/fallback_colors.fish
|
||||
end
|
||||
end
|
||||
|
||||
# Bobthefish display settings
|
||||
|
||||
Reference in New Issue
Block a user