From 1e8fa0b25c1fa30ef08321cecc3f33e2f766ee2f Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 13 May 2018 19:27:03 -0500 Subject: [PATCH] .profile: Remove full path to git y tho y did i do --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 819c3f42..3c1bddd3 100755 --- a/.profile +++ b/.profile @@ -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