Browse Source

shell.sh: add screenrc

master
Akshay 2 weeks ago
parent
commit
3d2e557a2e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      shell_setup.sh

+ 3
- 0
shell_setup.sh View File

@ -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 "


Loading…
Cancel
Save