Commit 3c109410 authored by Bruno Pinto's avatar Bruno Pinto

Loading all functions

parent e5f83aea
# Add all functions to fish_funtion_path.
set fish_function_path $FISH/functions/ $fish_function_path
# Add all defined plugins to fish_function_path. # Add all defined plugins to fish_function_path.
for plugin in $FISH_PLUGINS for plugin in $FISH_PLUGINS
set fish_function_path $FISH/plugins/$plugin $fish_function_path set fish_function_path $FISH/plugins/$plugin $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