add alias to vim homedir and git remaps

This commit is contained in:
Rahsheen Porter 2022-11-12 10:44:43 -05:00
parent 38bb8948a6
commit 2184d0d904
4 changed files with 51 additions and 26 deletions

1
.zshrc
View file

@ -10,6 +10,7 @@ else
fi
alias config="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME"
alias vimconfig="GIT_DIR=$HOME/.cfg GIT_WORK_TREE=$HOME nvim"
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then