aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2017-09-23 17:14:22 +0100
committerVasil Zlatanov <v@skozl.com>2017-09-23 17:14:22 +0100
commit9438385bc07ff962a3fab981e678d9b289d9a59a (patch)
tree74c52aefc0a37b216a6d725e19d17b85c46d9ab1
parenta38dfb32193f215e62de84bb529d8fc7c2fc2b5e (diff)
downloaddotfiles-9438385bc07ff962a3fab981e678d9b289d9a59a.tar.gz
dotfiles-9438385bc07ff962a3fab981e678d9b289d9a59a.tar.bz2
dotfiles-9438385bc07ff962a3fab981e678d9b289d9a59a.zip
comment out slow title change
-rw-r--r--Shell/zshrc36
1 files changed, 18 insertions, 18 deletions
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