From efe6ff61889e5b3d8c9836589dbabdb7b975c7c2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 3 Apr 2022 12:16:13 +0530 Subject: [PATCH] Try to ensure builtin command is used --- shell-integration/ssh/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) 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"