mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-22 14:15:45 +08:00
adding plugin and theme to fish function path
This commit is contained in:
parent
7694d653cf
commit
a7d94393f6
7
oh-my-fish.fish
Normal file
7
oh-my-fish.fish
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Add all defined plugins to fish_function_path.
|
||||
for plugin in $FISH_PLUGINS
|
||||
set fish_function_path $fish_function_path $FISH/plugins/$plugin
|
||||
end
|
||||
|
||||
# Add theme to fish_function_path.
|
||||
set fish_function_path /Users/bpinto/.oh-my-fish/themes/$FISH_THEME $fish_function_path
|
Loading…
Reference in New Issue
Block a user