mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-22 14:37:09 +08:00
Merge pull request #7 from tanob/fixed-hard-coded-path
replaced hard-coded path.
This commit is contained in:
commit
429ea65c48
|
@ -22,7 +22,7 @@ for plugin in $FISH_PLUGINS
|
|||
end
|
||||
|
||||
# Add user defined theme
|
||||
set fish_function_path /Users/bpinto/.oh-my-fish/themes/$FISH_THEME $fish_function_path
|
||||
set fish_function_path $FISH/themes/$FISH_THEME $fish_function_path
|
||||
|
||||
# Add all custom plugins
|
||||
for plugin in $FISH_CUSTOM/plugins/*
|
||||
|
|
Loading…
Reference in New Issue
Block a user