diff options
| author | Ben Beltran <ben@freshout.us> | 2013-04-16 08:34:00 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2013-04-16 08:34:00 -0500 |
| commit | 9c4857b66660faaae28530ad17475037fe554478 (patch) | |
| tree | 7814f08f590dd66dcd80f85c4af5380a3998309f /zshrc | |
| parent | 6c451d345b0d55c24e6d368597d22f9165fa3c95 (diff) | |
| parent | 5c452bb95dc3cebeaed429d4893c4be99b7d88af (diff) | |
Merge branch 'master' of github.com:benbeltran/dotfiles
Diffstat (limited to 'zshrc')
| -rw-r--r-- | zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ alias rspec="rspec --color" #Screeninator and RVM scripts [[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm +[[ -s $HOME/.tmuxinator/scripts/tmuxinator ]] && source $HOME/.tmuxinator/scripts/tmuxinator bindkey -v bindkey '^R' history-incremental-pattern-search-backward |