From 98f6c5fd9300e6b65840a9a9ac5e7e912ec164a9 Mon Sep 17 00:00:00 2001 From: Mihit Mittal Date: Sun, 21 Jun 2026 14:58:09 +0000 Subject: [PATCH] removed set terminal title, will be reimplimented later --- zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/zshrc b/zshrc index ade60b3..722db67 100644 --- a/zshrc +++ b/zshrc @@ -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