added screenrc

master
Daniel Naegele 11 years ago
parent 6862a062ec
commit dd1def41f2
  1. 1
      init.sh
  2. 7
      screenrc

@ -3,4 +3,5 @@ ln -s vimrc ~/.vimrc
ln -s tmux.conf ~/.tmux.conf ln -s tmux.conf ~/.tmux.conf
ln -s zshrc ~/.zshrc.local ln -s zshrc ~/.zshrc.local
ln -s gitconfig ~/.gitconfig ln -s gitconfig ~/.gitconfig
ln -s screenrc ~/.screenrc
wget -O ~/.zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc wget -O ~/.zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc

@ -0,0 +1,7 @@
vbell off
bell_msg '^G'
term screen-256color
hardstatus alwayslastline '%{= kK}%{w}%H %{K}%= %{= kw}%?%-Lw%?%{B}(%{W}%n*%f %t%?(%u)%?%{B})%{w}%?%+Lw%?%?%= %{K}%{B} %{w}%c%{K}'
startup_message off
altscreen on
defutf8 on
Loading…
Cancel
Save