*.ipr alias

This commit is contained in:
Shadowfacts 2016-07-17 12:25:02 -04:00
parent 8411df42f6
commit 46941f6111
1 changed files with 6 additions and 1 deletions

7
.zshrc
View File

@ -6,6 +6,8 @@ plugins=(osx git)
source $ZSH/oh-my-zsh.sh
# command line tools
alias fuck='$(thefuck $(fc -ln -1))'
alias subl="/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl"
@ -19,4 +21,7 @@ alias oldruby="/usr/local/bin/ruby"
alias ruby="/usr/local/Cellar/ruby/2.3.0/bin/ruby"
export NVM_DIR=~/.nvm
. $(brew --prefix nvm)/nvm.sh
. $(brew --prefix nvm)/nvm.shi
# default file openings
alias -s ipr=open