dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit a5138efbaefa439e0c8600cd505305e45ba77e73 (patch)
parent 9825a42284d6fce00f1424440c28a6acd5321a29
Author: Alexander Karle <akarle@umass.edu>
Date:   Mon,  5 Feb 2018 23:45:30 -0500

removing aliases for use with Ubuntu VMs

Diffstat:
Mzshrc | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 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; }