Commit 9c3d1506 authored by ilkosta's avatar ilkosta

enable custom themes in $fish_custom/themes dir

parent 13f656c7
...@@ -66,7 +66,7 @@ for plugin in $fish_plugins ...@@ -66,7 +66,7 @@ for plugin in $fish_plugins
end end
# Add user defined theme # 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 # Source all files inside custom folder
for config_file in $fish_custom/*.load for config_file in $fish_custom/*.load
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment