Commit e2ff0e06 authored by Adriano Bonat's avatar Adriano Bonat

replaced hard-coded path.

parent 3485cbec
...@@ -22,7 +22,7 @@ for plugin in $FISH_PLUGINS ...@@ -22,7 +22,7 @@ for plugin in $FISH_PLUGINS
end end
# Add user defined theme # 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 # Add all custom plugins
for plugin in $FISH_CUSTOM/plugins/* for plugin in $FISH_CUSTOM/plugins/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment