add alias to vim homedir and git remaps
This commit is contained in:
parent
38bb8948a6
commit
2184d0d904
4 changed files with 51 additions and 26 deletions
1
.zshrc
1
.zshrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue