mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-21 08:23:38 +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…
x
Reference in New Issue
Block a user