diff --git a/shell-integration/ssh/bootstrap.sh b/shell-integration/ssh/bootstrap.sh index e0c15f59c..cf633aeb0 100644 --- a/shell-integration/ssh/bootstrap.sh +++ b/shell-integration/ssh/bootstrap.sh @@ -2,6 +2,7 @@ # Copyright (C) 2022 Kovid Goyal # Distributed under terms of the GPLv3 license. +{ \unalias command; \unset -f command; } >/dev/null 2>&1 tdir="" shell_integration_dir="" echo_on="ECHO_ON"