diff options
author | Vasil Zlatanov <v@skozl.com> | 2016-10-25 00:53:26 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2016-10-25 00:53:26 +0100 |
commit | 387cedb209623e572a9083346cae05b671054047 (patch) | |
tree | 77cbc88387700569c809d92da607afdda0e1bb1a /Shell/zshrc | |
parent | 98f375f6ae289e094de568ec09659e97cf2f8807 (diff) | |
download | dotfiles-387cedb209623e572a9083346cae05b671054047.tar.gz dotfiles-387cedb209623e572a9083346cae05b671054047.tar.bz2 dotfiles-387cedb209623e572a9083346cae05b671054047.zip |
updates
Diffstat (limited to 'Shell/zshrc')
-rw-r--r-- | Shell/zshrc | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/Shell/zshrc b/Shell/zshrc index 3e4b71d..270c4a5 100644 --- a/Shell/zshrc +++ b/Shell/zshrc @@ -59,27 +59,27 @@ export ANDROID_HOME=/opt/android-sdk ~/bin/sysinfo -case $TERM in - (*xterm* | *rxvt*) - - # Write some info to terminal title. - # This is seen when the shell prompts for input. - function precmd { -if pgrep "panel" > /dev/null -then - print -Pn "\e]0;%(1j,%j job%(2j|s|); ,)%1~\a" - ~/dotfiles/Panel/lemonbar/windows -fi - } - # Write command and args to terminal title. - # This is seen while the shell waits for a command to complete. - function preexec { -if pgrep "panel" > /dev/null -then - printf "\033]0;%s\a" "$1" - ~/dotfiles/Panel/lemonbar/windows -fi - } - - ;; -esac +#case $TERM in +# (*xterm* | *rxvt*) +# +# # Write some info to terminal title. +# # This is seen when the shell prompts for input. +# function precmd { +#if pgrep "panel" > /dev/null +#then +# print -Pn "\e]0;%(1j,%j job%(2j|s|); ,)%1~\a" +# ~/dotfiles/Panel/lemonbar/windows +#fi +# } +# # Write command and args to terminal title. +# # This is seen while the shell waits for a command to complete. +# function preexec { +#if pgrep "panel" > /dev/null +#then +# printf "\033]0;%s\a" "$1" +# ~/dotfiles/Panel/lemonbar/windows +#fi +# } +# +# ;; +#esac |