From 9438385bc07ff962a3fab981e678d9b289d9a59a Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sat, 23 Sep 2017 17:14:22 +0100 Subject: comment out slow title change --- Shell/zshrc | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'Shell/zshrc') diff --git a/Shell/zshrc b/Shell/zshrc index bbe35c2..8cde6c1 100644 --- a/Shell/zshrc +++ b/Shell/zshrc @@ -9,7 +9,7 @@ zstyle ':completion:*' menu select #zstyle ':completion:*' format '%BCompleting %d%b' # End of lines configured by zsh-newuser-install # The following lines were added by compinstall -zstyle :compinstall filename '/home/vasko/.zshrc' +zstyle :compinstall filename '/home/vsz/.zshrc' autoload -Uz compinit compinit @@ -57,23 +57,23 @@ export ANDROID_HOME=/opt/android-sdk -case $TERM in - (*rxvt*) - - # Write some info to terminal title. - # This is seen when the shell prompts for input. - function precmd { - print -Pn "\e]0;%(1j,%j job%(2j|s|); ,)%1~\a" - #timeout --signal=KILL 1s ~/dotfiles/Panel/lemonbar/windows - } - # Write command and args to terminal title. - # This is seen while the shell waits for a command to complete. - function preexec { - printf "\033]0;%s\a" "$1" - } - - ;; -esac +#case $TERM in +# (*rxvt*) +# +# # Write some info to terminal title. +# # This is seen when the shell prompts for input. +# function precmd { +# print -Pn "\e]0;%(1j,%j job%(2j|s|); ,)%1~\a" +# #timeout --signal=KILL 1s ~/dotfiles/Panel/lemonbar/windows +# } +# # Write command and args to terminal title. +# # This is seen while the shell waits for a command to complete. +# function preexec { +# printf "\033]0;%s\a" "$1" +# } +# +# ;; +#esac ## Fancy sysinfo #~/bin/sysinfo -- cgit v1.2.3-54-g00ecf