increasing loaded plugins priority

This commit is contained in:
Bruno Pinto 2012-07-23 22:31:28 -03:00
parent fc428a8e17
commit 1e031c9621

View File

@ -1,6 +1,6 @@
# Add all defined plugins to fish_function_path.
for plugin in $FISH_PLUGINS
set fish_function_path $fish_function_path $FISH/plugins/$plugin
set fish_function_path $FISH/plugins/$plugin $fish_function_path
end
# Add theme to fish_function_path.