From 3d2e557a2e264fa382e49e87727b78b31b36f372 Mon Sep 17 00:00:00 2001 From: akshay Date: Wed, 24 Apr 2024 16:14:34 +0530 Subject: [PATCH] shell.sh: add screenrc --- shell_setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell_setup.sh b/shell_setup.sh index 7eb7892..1af9e83 100644 --- a/shell_setup.sh +++ b/shell_setup.sh @@ -32,6 +32,9 @@ ${SUDO} echo " source /usr/share/doc/fzf/examples/completion.zsh" >> ~/.zshrc ${SUDO} echo "source /usr/share/doc/fzf/examples/key-bindings.zsh" >> ~/.zshrc ${SUDO} echo 'alias vi="vim"' >> ~/.zshrc +# Configure screen +echo "defshell -zsh" > ~/.screenrc + # Configure VIM curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim echo "