From d3458a0f1c83d9035d595b664ab5e9c9d6765eb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Mon, 26 Jan 2026 08:56:05 +0100 Subject: zsh/tt: put the -f back :( --- dot_config/zsh/functions/tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_config') diff --git a/dot_config/zsh/functions/tt b/dot_config/zsh/functions/tt index 090d935..6871c96 100644 --- a/dot_config/zsh/functions/tt +++ b/dot_config/zsh/functions/tt @@ -2,7 +2,7 @@ # vim: ft=zsh typeset -gaU __tt_exit_dirs __tt_exit() { - (( ${+__tt_exit_dirs[1]} )) && rm -r "${__tt_exit_dirs[@]}" + (( ${+__tt_exit_dirs[1]} )) && rm -rf "${__tt_exit_dirs[@]}" } autoload -Uz add-zsh-hook add-zsh-hook zshexit __tt_exit -- cgit v1.2.3