.profile: Change dotfile git alias

God this is gonna take some getting used to
This commit is contained in:
Salt 2018-10-06 23:58:43 -05:00
parent 226dd48cc5
commit ffc9a997f6

View File

@ -50,7 +50,7 @@ fi
# Alias for the dotfile setup
if [ -d "$HOME/.dotfiles" ]; then
alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
alias dot='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
fi
# Aliases for common utilities