summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAudric Schiltknecht <storm@chemicalstorm.org>2013-03-29 19:11:25 +0100
committerAudric Schiltknecht <storm@chemicalstorm.org>2013-03-29 19:11:25 +0100
commitf44c3fe66e01e5040d3772e183ddffdede93923b (patch)
tree783205977b5ae3932ec206f8bd74a3c0ebde508e
parent8c33c0ad8ef209e62cab6cc3375054bc338de38e (diff)
downloaddotfiles-f44c3fe66e01e5040d3772e183ddffdede93923b.tar.gz
dotfiles-f44c3fe66e01e5040d3772e183ddffdede93923b.tar.bz2
dotfiles-f44c3fe66e01e5040d3772e183ddffdede93923b.zip
Ad screen configuration file
-rwxr-xr-xinstall.sh2
-rw-r--r--screenrc13
2 files changed, 15 insertions, 0 deletions
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