From a14de628225121a518b4ffc10de5f8be45d97e30 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 23 Feb 2016 03:33:33 +0300 Subject: [PATCH] .shellrc: unset has_completion - it's no longer needed --- .shellrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.shellrc b/.shellrc index acb5c52..7c07480 100644 --- a/.shellrc +++ b/.shellrc @@ -72,6 +72,7 @@ case "$SHELL" in s scp ssh smbclient tcpdump tshark wireshark; do ! has_completion $cmd && complete -o default -A hostname $cmd; done + unset has_completion complete -A job bg fg j jobs wait complete -A variable unset -- 2.39.2