mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
enable custom themes in $fish_custom/themes dir
This commit is contained in:
parent
13f656c720
commit
9c3d1506ff
@ -66,7 +66,7 @@ for plugin in $fish_plugins
|
||||
end
|
||||
|
||||
# Add user defined theme
|
||||
set fish_function_path $fish_path/themes/$fish_theme $fish_function_path
|
||||
set fish_function_path $fish_custom/themes/$fish_theme $fish_path/themes/$fish_theme $fish_function_path
|
||||
|
||||
# Source all files inside custom folder
|
||||
for config_file in $fish_custom/*.load
|
||||
|
Loading…
Reference in New Issue
Block a user