Skip to content

Commit

Permalink
and added the 'up' alias as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Srushti Ambekallu committed Aug 1, 2012
1 parent 11973b4 commit 6e1a553
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zshrc
Expand Up @@ -66,8 +66,10 @@ alias .......='cd ../../../../../..'
alias ll="ls -l"
if which brew &> /dev/null; then
alias i="brew install"
alias up="brew upgrade"
else if which apt-get &> /dev/null; then
alias i="sudo apt-get install"
alias up="sudo apt-get upgrade"
fi fi
alias gi="gem install"
alias ctags="/usr/local/Cellar/ctags/5.8/bin/ctags"
Expand Down

0 comments on commit 6e1a553

Please sign in to comment.