mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-22 14:42:20 +08:00
Loading all functions
This commit is contained in:
parent
e5f83aea57
commit
3c10941014
|
@ -1,3 +1,6 @@
|
|||
# Add all functions to fish_funtion_path.
|
||||
set fish_function_path $FISH/functions/ $fish_function_path
|
||||
|
||||
# Add all defined plugins to fish_function_path.
|
||||
for plugin in $FISH_PLUGINS
|
||||
set fish_function_path $FISH/plugins/$plugin $fish_function_path
|
||||
|
|
Loading…
Reference in New Issue
Block a user