diff options
Diffstat (limited to 'zsh/functions/preexec_term_title')
| -rw-r--r-- | zsh/functions/preexec_term_title | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/functions/preexec_term_title b/zsh/functions/preexec_term_title new file mode 100644 index 0000000..d551094 --- /dev/null +++ b/zsh/functions/preexec_term_title @@ -0,0 +1,3 @@ +emulate -L zsh +local -a cmd; cmd=(${(z)1}) +term_title "$cmd" |
