From f44c3fe66e01e5040d3772e183ddffdede93923b Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Fri, 29 Mar 2013 19:11:25 +0100 Subject: Ad screen configuration file --- install.sh | 2 ++ screenrc | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 screenrc diff --git a/install.sh b/install.sh index 320cb20..9f1f656 100755 --- a/install.sh +++ b/install.sh @@ -13,3 +13,5 @@ ln -s $CURRENT_PATH/vim/vimrc ~/.vimrc ln -s $CURRENT_PATH/vim/vim ~/.vim ln -s $CURRENT_PATH/Xdefaults ~/.Xdefaults + +ln -s $CURRENT_PATH/screenrc ~/.screenrc diff --git a/screenrc b/screenrc new file mode 100644 index 0000000..6b18149 --- /dev/null +++ b/screenrc @@ -0,0 +1,13 @@ +defutf8 on +utf8 on + +# define a bigger scrollback, default is 100 lines +defscrollback 1024 + +#On supprime le message d'avertissement au début +startup_message off + +#Barre de statut customisée +hardstatus alwayslastline "%H %{+b}%{kY} %-w%{Wb}%n %t%{-}%+w %= %{wr}%c %d/%m/%y" + +vbell off -- cgit v1.2.3-70-g09d2