aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shellrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/shellrc b/shellrc
index fcaa67f..0ede298 100644
--- a/shellrc
+++ b/shellrc
@@ -111,6 +111,6 @@ dorepeat() {
# Clear all ssh control masters
ssh-clear() {
- rm -f ~/.cache/ssh
+ rm -rf ~/.cache/ssh
mkdir -p ~/.cache/ssh
}