Skip to content

Commit

Permalink
adding plugin and theme to fish function path
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Pinto committed Jul 23, 2012
1 parent 7694d65 commit a7d9439
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions oh-my-fish.fish
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a7d9439

Please sign in to comment.