mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-25 17:57:38 +08:00
increasing loaded plugins priority
This commit is contained in:
parent
fc428a8e17
commit
1e031c9621
|
@ -1,6 +1,6 @@
|
||||||
# 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_function_path $FISH/plugins/$plugin
|
set fish_function_path $FISH/plugins/$plugin $fish_function_path
|
||||||
end
|
end
|
||||||
|
|
||||||
# Add theme to fish_function_path.
|
# Add theme to fish_function_path.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user