.profile: Remove full path to git

y tho
y did i do
This commit is contained in:
Salt 2018-05-13 19:27:03 -05:00
parent ded4e40d89
commit 1e8fa0b25c

View File

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