From: Oleg Broytman Date: Mon, 29 Jul 2024 18:21:19 +0000 (+0300) Subject: .profile: Enable plumbing commands to be completed X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=445413e7e48051a011b88b3103c528b870f598f2;p=dotfiles.git .profile: Enable plumbing commands to be completed --- diff --git a/.profile b/.profile index 1922ffa..6adce8f 100644 --- a/.profile +++ b/.profile @@ -209,6 +209,10 @@ if [ -t 0 ] ; then unset name email + # Enable plumbing commands to be completed + GIT_COMPLETION_SHOW_ALL_COMMANDS=1 + export GIT_COMPLETION_SHOW_ALL_COMMANDS + #SCREENDIR="$HOME"/tmp/screen #export SCREENDIR #mkdir -p "$SCREENDIR"