Merge pull request #40 from ilkosta/master

Custom theme inside $fish_custom dir
This commit is contained in:
Bruno 2013-06-18 08:59:06 -07:00
commit 76657519d9

View File

@ -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