]> git.nbdom.net Git - nb.git/commitdiff
etc/profile.d/git.sh
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Mon, 15 Jan 2018 01:24:46 +0000 (01:24 +0000)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Mon, 15 Jan 2018 01:24:46 +0000 (01:24 +0000)
etc/profile.d/git.sh

index 363b871707284cdd0acabff9043d34e57cba973b..5bd260c693711076c038fa5bbcc741bfc77cb9fe 100644 (file)
@@ -1,10 +1,8 @@
 #--------------------------------------------------------------------------------
 # Git
-#
+#.
 [ -z "$GIT_REPO" ] && GIT_REPO='git@git.nbdom.net'
 which git > /dev/null || return 0
-# NB 24.10.17: TODEL 
-unset -f git_create_branch 2>&1 | true
 
 alias git_grep="git grep --color=auto"
 alias git_ls_tree="git ls-tree --full-tree -r HEAD"