You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oh-my-fish/oh-my-fish.fish

8 lines
272 B
Fish

# 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