From: Nicolas Boisselier Date: Tue, 8 Mar 2016 23:55:52 +0000 (+0000) Subject: Add gitcd X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=37ed13fcb8ec8f392e9f91d08df590a5e57a8bf0;p=nb.git Add gitcd --- 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" }