diff options
Diffstat (limited to 'dot_config/zsh/functions/tt')
| -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[@]}" |
