Skip to content

Commit

Permalink
Add plugins, alias
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeshpande committed Nov 5, 2014
1 parent 2b7d300 commit 2517693
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/fish/config.fish
Expand Up @@ -7,7 +7,7 @@ set fish_theme robbyrussell
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-fish/plugins/*)
# Custom plugins may be added to ~/.oh-my-fish/custom/plugins/
# Example format: set fish_plugins autojump bundler
set fish_plugins z bundler rbenv
set fish_plugins z bundler rbenv vi-mode

# Path to your custom folder (default path is $FISH/custom)
#set fish_custom $HOME/dotfiles/oh-my-fish
Expand All @@ -17,3 +17,4 @@ set fish_plugins z bundler rbenv

alias be="bundle exec"
alias g="git"
alias sp="be rspec spec"

0 comments on commit 2517693

Please sign in to comment.