fix: invoke the rm command, bypassing custom rm functions which might block

Closes #12141
This commit is contained in:
Kristof Mattei
2025-12-04 15:01:50 -07:00
committed by Johannes Altmanninger
parent 717d301b7f
commit 3237efc582

View File

@@ -54,7 +54,7 @@ complete -c scp -d "Remote Path" -f -n "commandline -ct | string match -e ':'" -
set -g __fish_scp_sftp false
end
if set -q tmp[1]
rm $tmp
command rm $tmp
end
end
if $__fish_scp_sftp