added biv alias

This commit is contained in:
Gene Liverman 2017-10-18 15:00:43 -07:00
parent b82302c75b
commit e29e7bce6e

View file

@ -79,6 +79,7 @@ export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh
# alias ohmyzsh="mate ~/.oh-my-zsh" # alias ohmyzsh="mate ~/.oh-my-zsh"
#alias ll='ls -G -l' #alias ll='ls -G -l'
#alias ls='ls -G' #alias ls='ls -G'
alias biv='bundle install --path=vendor/bundle'
alias sal='ssh-add -L' alias sal='ssh-add -L'
alias sz='source ~/.zshrc' alias sz='source ~/.zshrc'
alias st='/Applications/SourceTree.app/Contents/MacOS/SourceTree &' alias st='/Applications/SourceTree.app/Contents/MacOS/SourceTree &'