From 3ad28f632cc5400fe9cb17a551988bd708e5dfdd Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 27 Oct 2023 03:06:24 +0000 Subject: [PATCH] home/bash | re-enable bash-completion for t --- home/files/bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/files/bash/bashrc b/home/files/bash/bashrc index dddb5d5..a43d1d9 100755 --- a/home/files/bash/bashrc +++ b/home/files/bash/bashrc @@ -167,5 +167,5 @@ then # BEGIN_KITTY_SHELL_INTEGRATION if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; then source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; fi # END_KITTY_SHELL_INTEGRATION - #complete -o nospace -F _task t + complete -o nospace -F _task t fi