Skip to content

Commit

Permalink
load .hostlocal
Browse files Browse the repository at this point in the history
  • Loading branch information
tsucchi committed Jan 13, 2011
1 parent ec39300 commit 06bef7b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .cshrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# .cshrc for FreeBSD/Solaris/Linux/(ちょっとだけ)cygwin
#
# last updated : 2011/01/08
# last updated : 2011/01/13
# modified by tsucchi

if ( "`uname`" == "SunOS" ) then
Expand Down Expand Up @@ -92,6 +92,11 @@ if (`uname | grep -i cygwin` == "") then
limit coredumpsize 0
endif

# load host-local file
if ( -e ~/.hostlocal ) then
source ~/.hostlocal
endif

# perlbrew
if ( -e ~/perl5/perlbrew/etc/cshrc ) then
source ~/perl5/perlbrew/etc/cshrc
Expand Down

0 comments on commit 06bef7b

Please sign in to comment.