aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcommit4
1 files changed, 2 insertions, 2 deletions
diff --git a/commit b/commit
index 9fc654e..edf0271 100755
--- a/commit
+++ b/commit
@@ -95,7 +95,7 @@ function git_user {
echo "This might be a privacy issue"
echo ""
- if [ -e "$HOME/.gitconfig" ]; then
+ if [ -e "$HOME/.custom/gitconfig" ]; then
echo "You should try to use your default setting:"
echo ""
@@ -104,7 +104,7 @@ function git_user {
else
echo "cat <<EOF >> $GIT_FOLDER/.git/config"
fi
- grep -A 2 "^\[user\]" $HOME/.gitconfig
+ grep -A 2 "^\[user\]" $HOME/.custom/gitconfig
echo "EOF"
echo ""