From 37ed13fcb8ec8f392e9f91d08df590a5e57a8bf0 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 8 Mar 2016 23:55:52 +0000 Subject: [PATCH] Add gitcd --- etc/profile.d/git.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/profile.d/git.sh b/etc/profile.d/git.sh index 8bcbb629..a6a18c23 100644 --- a/etc/profile.d/git.sh +++ b/etc/profile.d/git.sh @@ -24,9 +24,7 @@ gitcd() { shift done [ -z "$dir" ] && echo "Can't find any file in $@" && return 1 - #echo $dir eval git ${args} - #git commit /opt/nb/etc/profile.d/git.sh -m "Add gitcd" cd "$pwd" } -- 2.47.3