Skip to content

Commit 8ebca3c

Browse files
ssh: force using native rm command
1 parent b57acc9 commit 8ebca3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .oh-my-shell/shellrc/plugins/ssh

.oh-my-shell/shellrc/plugins/ssh/post.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ for f in "$USER_SSH_AGENT_ENV_0" "$USER_SSH_AGENT_ENV_1"; do
8989
fi
9090
done
9191

92-
rm -f "$SSH_AGENT_SETUP_SCRIPT"
92+
command rm -f "$SSH_AGENT_SETUP_SCRIPT"

0 commit comments

Comments
 (0)