adding plugin and theme to fish function path

This commit is contained in:
Bruno Pinto 2012-07-23 20:33:02 -03:00
parent 7694d653cf
commit a7d94393f6

7
oh-my-fish.fish Normal file
View File

@ -0,0 +1,7 @@
# Add all defined plugins to fish_function_path.
for plugin in $FISH_PLUGINS
set fish_function_path $fish_function_path $FISH/plugins/$plugin
end
# Add theme to fish_function_path.
set fish_function_path /Users/bpinto/.oh-my-fish/themes/$FISH_THEME $fish_function_path