diff options
| author | 2026-03-04 22:18:49 +0100 | |
|---|---|---|
| committer | 2026-03-04 22:18:49 +0100 | |
| commit | 720f1b9e9da4a4b4c556137da9a1068810eb14b6 (patch) | |
| tree | ef57edff3b434fb7ccbd2f6237ac60c75a05b7c8 /dot_config/zsh/functions/tt | |
| parent | zsh: switch to zstyle grml as default prompt (diff) | |
apparently you can just do this
Diffstat (limited to '')
| -rw-r--r-- | dot_config/zsh/functions/tt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dot_config/zsh/functions/tt b/dot_config/zsh/functions/tt index 6871c96..f4dd108 100644 --- a/dot_config/zsh/functions/tt +++ b/dot_config/zsh/functions/tt @@ -1,5 +1,4 @@ -# -*- mode: sh -*- -# vim: ft=zsh +# -*- mode: sh -*- vim: ft=zsh typeset -gaU __tt_exit_dirs __tt_exit() { (( ${+__tt_exit_dirs[1]} )) && rm -rf "${__tt_exit_dirs[@]}" |
