mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-22 14:15:45 +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.
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user