From be69622611634adefad635f16fc9ede2af50b460 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 18 Jul 2025 16:31:08 +0530 Subject: [PATCH] Update 'shell_setup.sh' --- shell_setup.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shell_setup.sh b/shell_setup.sh index eae09bf..e8f1bc9 100644 --- a/shell_setup.sh +++ b/shell_setup.sh @@ -33,11 +33,11 @@ ${SUDO} echo "source /usr/share/doc/fzf/examples/key-bindings.zsh" >> ~/.zshrc ${SUDO} echo 'alias vi="vim"' >> ~/.zshrc # Configure screen -echo "# Allow bold colors - necessary for some reason +echo '# Allow bold colors - necessary for some reason attrcolor b ".I" # Tell screen how to set colors. AB = background, AF=foreground -termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' +termcapinfo xterm "Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm" # Enables use of shift-PgUp and shift-PgDn #termcapinfo xterm|xterms|xs|rxvt ti@:te@ @@ -56,10 +56,10 @@ defscrollback 300000 hardstatus alwayslastline # Very nice tabbed colored hardstatus line -hardstatus string '%{= Kd} %{= Kd}%-w%{= Kr}[%{= KW}%n: %H%{= Kr} %{= Kr}]%{= Kd}%+w %-= %{KG} %H %{KW}|%{KY}%110`%{KW}|%D %M %d %Y%{= Kc} %C%A%{-}' +hardstatus string "%{= Kd} %{= Kd}%-w%{= Kr}[%{= KW}%n: %H%{= Kr} %{= Kr}]%{= Kd}%+w %-= %{KG} %H %{KW}|%{KY}%110`%{KW}|%D %M %d %Y%{= Kc} %C%A%{-}" #hardstatus string "%{= KW} %H [%` %h] %{= Kw}|%{-} %-Lw%{= bW}%n%f %t%{-}%+Lw %=%C%a %Y-%M-%d" -#hardstatus string '%?%F%{;4}%?%3n %t%? [%h]%?' +#hardstatus string "%?%F%{;4}%?%3n %t%? [%h]%?" #hardstatus alwayslastline "%{rk}%H %{gk}%c %{yk}%M%d %{wk}%?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{wk}%?%+Lw%?" # change command character from ctrl-a to ctrl-b (emacs users may want this) @@ -69,7 +69,7 @@ hardstatus string '%{= Kd} %{= Kd}%-w%{= Kr}[%{= KW}%n: %H%{= Kr} %{= Kr}]%{= Kd bind f eval "hardstatus ignore" # Show hardstatus: ctrl-a F bind F eval "hardstatus alwayslastline" -defshell -zsh" > ~/.screenrc +defshell -zsh' > ~/.screenrc # Configure VIM curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim