From 97386a4fe1ec67fe17eed8d7fa56efc08a1b67bd Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 28 Jan 2018 05:39:51 -0500 Subject: Only set title in ~xterm --- home/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home') diff --git a/home/.zshrc b/home/.zshrc index 13d82742..a5bcac77 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -57,7 +57,8 @@ PROMPT=" %(?.%F{white}$_prompt_ssh.%F{red})%#%f " RPROMPT='%F{white}%50<..<%~$(_prompt_git)%f' -_title() { print -Pn "\e]0;$1\a" } +_title() { } +[[ "$TERM" =~ "xterm" ]] && _title() { print -Pn "\e]0;$1\a" } _title_precmd() { _title '%1~' } _title_preexec() { psvar=("$1") _title '%1~: %1v' } precmd_functions=(_title_precmd) -- cgit 1.4.1 alue='master' selected='selected'>master dontfiles
summary refs log tree commit diff
path: root/home/.config/git/config (unfollow)
Commit message (Expand)Author
2018-09-19Un-NOT trans.alpha values in pngoJune McEnroe
2018-09-18Refactor reads in pngo and clear palette between filesJune McEnroe
2018-09-17Add tRNS support to pngoJune McEnroe
2018-09-11Move gfx man pages to gfx/manJune McEnroe
2018-09-11Move bin man pages to bin/manJune McEnroe
2018-09-11Rewrite gfx.7 and render plaintext READMEJune McEnroe
2018-09-11Remove GAMES from BINSJune McEnroe
2018-09-11Rewrite bin.7 and render to plaintext READMEJune McEnroe
2018-09-11Add "blank" lines to man pagesJune McEnroe
2018-09-10Add mdoc syntax fileJune McEnroe
2018-09-08Fix Nm usage in multi-name man pagesJune McEnroe
2018-09-08Put real dates on man pagesJune McEnroe
2018-09-08Replace gfx README with REAMDE.7June McEnroe
2018-09-08Link gfx man pages in ~/.localJune McEnroe