From e29e7bce6e92c997e8c479f7a191221e009b936e Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Wed, 18 Oct 2017 15:00:43 -0700 Subject: [PATCH] added biv alias --- link/nix/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/link/nix/zshrc b/link/nix/zshrc index a067cf9..43e5c89 100644 --- a/link/nix/zshrc +++ b/link/nix/zshrc @@ -79,6 +79,7 @@ export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh # alias ohmyzsh="mate ~/.oh-my-zsh" #alias ll='ls -G -l' #alias ls='ls -G' +alias biv='bundle install --path=vendor/bundle' alias sal='ssh-add -L' alias sz='source ~/.zshrc' alias st='/Applications/SourceTree.app/Contents/MacOS/SourceTree &'