From 445413e7e48051a011b88b3103c528b870f598f2 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 29 Jul 2024 21:21:19 +0300 Subject: [PATCH] .profile: Enable plumbing commands to be completed --- .profile | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.39.5