removed set terminal title, will be reimplimented later

This commit is contained in:
2026-06-21 14:58:09 +00:00
parent 31067e0553
commit 98f6c5fd93
-3
View File
@@ -55,9 +55,6 @@ zstyle ':completion:*' verbose true
zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#)*=0=01;31'
zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd'
#Set Terminal Title
print -Pn "\e]0;%n@%m\a"
#Key-Bindings
# Make sure that the terminal is in application mode when zle is active, since
# only then values from $terminfo are valid