From 46941f61119cc27938088ebc613199c008ab0fdf Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sun, 17 Jul 2016 12:25:02 -0400 Subject: [PATCH] *.ipr alias --- .zshrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 8160f80..834d475 100644 --- a/.zshrc +++ b/.zshrc @@ -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 \ No newline at end of file +. $(brew --prefix nvm)/nvm.shi + +# default file openings +alias -s ipr=open