From a5138efbaefa439e0c8600cd505305e45ba77e73 Mon Sep 17 00:00:00 2001 From: Alexander Karle Date: Mon, 5 Feb 2018 23:45:30 -0500 Subject: [PATCH] removing aliases for use with Ubuntu VMs --- zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zshrc b/zshrc index 522a11a..5ebe298 100644 --- a/zshrc +++ b/zshrc @@ -30,12 +30,12 @@ zle -N zle-line-init zle -N zle-keymap-select # alias for homebrew versions of things -alias ctags='/usr/local/Cellar/ctags/5.8_1/bin/ctags' -alias python python2 +# alias ctags='/usr/local/Cellar/ctags/5.8_1/bin/ctags' +# alias python python2 # other alias' -alias pgp='open -a "PariGP"' -alias vim='nvim' +# alias pgp='open -a "PariGP"' +# alias vim='nvim' # cd to a parent directory function pcd { cd ${PWD%/$1/*}/$1; } -- libgit2 0.28.4