From 99b6971f62cdb02d52c3c4f15f84c97dccaeb344 Mon Sep 17 00:00:00 2001 From: Xian Wang Date: Wed, 23 Mar 2022 10:12:52 -0400 Subject: zsh: update rcs and functions --- zsh/functions/preexec_term_title | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 zsh/functions/preexec_term_title (limited to 'zsh/functions/preexec_term_title') 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" -- cgit v1.2.3