Skip to content
Snippets Groups Projects
Commit 41493550 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

.rc.local is not a good name

parent 1c80e3ba
No related branches found
No related tags found
Loading
...@@ -3,6 +3,9 @@ set prompt='%m:%n> ' ...@@ -3,6 +3,9 @@ set prompt='%m:%n> '
setenv PERL5LIB "$HOME/perl:/usr/local/lib/perl5" setenv PERL5LIB "$HOME/perl:/usr/local/lib/perl5"
if (-x ~/.rc.local) then alias sux sudo tcsh -l
source ~/.rc.local
if (-x ~/.login.local) then
source ~/.login.local
endif endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment