From bec0c3fbd6fb54a12df139e6cb0225095f7f9efa Mon Sep 17 00:00:00 2001
From: Gerhard Gonter <ggonter@gmail.com>
Date: Fri, 4 Sep 2015 11:22:40 +0200
Subject: [PATCH] screen handling

---
 .login    | 2 ++
 .screenrc | 2 ++
 2 files changed, 4 insertions(+)
 create mode 100644 .screenrc

diff --git a/.login b/.login
index d87e910..e6e23bb 100644
--- a/.login
+++ b/.login
@@ -3,8 +3,10 @@ set prompt='%m:%n> '
 
 setenv PERL5LIB "$HOME/perl:/usr/local/lib/perl5"
 setenv SHELL $shell
+set path=($HOME/bin $path)
 
 alias sux sudo tcsh -l
+alias S SLS -P
 
 if (-x ~/.login.local) then
   source ~/.login.local
diff --git a/.screenrc b/.screenrc
new file mode 100644
index 0000000..b1d3568
--- /dev/null
+++ b/.screenrc
@@ -0,0 +1,2 @@
+# turn Red Hat's annoying missfeature off
+hardstatus off
-- 
GitLab