From 41493550b744b557bedd6757d0669e133b2b125a Mon Sep 17 00:00:00 2001
From: Gerhard Gonter <ggonter@gmail.com>
Date: Fri, 10 Apr 2015 17:09:44 +0200
Subject: [PATCH] .rc.local is not a good name

---
 .login | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.login b/.login
index 2f99134..5630569 100644
--- a/.login
+++ b/.login
@@ -3,6 +3,9 @@ set prompt='%m:%n> '
 
 setenv PERL5LIB "$HOME/perl:/usr/local/lib/perl5"
 
-if (-x ~/.rc.local) then
-  source ~/.rc.local
+alias sux sudo tcsh -l
+
+if (-x ~/.login.local) then
+  source ~/.login.local
 endif
+
-- 
GitLab