Commit a7d94393 authored by Bruno Pinto's avatar Bruno Pinto

adding plugin and theme to fish function path

parent 7694d653
# 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
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