replaced hard-coded path.

pull/2/head
Adriano Bonat 12 years ago
parent 3485cbec67
commit e2ff0e06d4

@ -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…
Cancel
Save