diff options
| author | 2026-01-26 08:56:05 +0100 | |
|---|---|---|
| committer | 2026-01-26 08:56:05 +0100 | |
| commit | d3458a0f1c83d9035d595b664ab5e9c9d6765eb2 (patch) | |
| tree | b9fcd54a974933d6760f9e86e540338487a7e94a /dot_config | |
| parent | zsh: oops why did I export HISTFILE lol (diff) | |
zsh/tt: put the -f back
:(
Diffstat (limited to 'dot_config')
| -rw-r--r-- | dot_config/zsh/functions/tt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
