Imported scripts for make/gdb integration
[nethome.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index 977133b..08817d7 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -41,6 +41,7 @@ export IGNOREEOF=10
 export TMOUT=900
 export EDITOR='vim'
 export LC_CTYPE=cs_CZ.ISO-8859-2
+export PERL_MM_OPT="PREFIX=$HOME"
 
 function cvsdiff    { cvs diff   "$@" 2>&1|             less; }; export -f cvsdiff
 function cvsdiffi   { cvs diff   "$@" 2>&1|grep -v '^?'|less; }; export -f cvsdiffi
@@ -53,4 +54,5 @@ ulimit -c 0
 
 if [ -f "$HOME/.bashrc.local" ];then source "$HOME/.bashrc.local";fi
 
+       unset _home_short_dotbashrc     # permit later reinitializations
 fi     # _home_short_dotbashrc