variables (and _bash_profile_addpath() stuff) moved: .bash_profile -> .bashrc
[nethome.git] / .bash_profile
index 63eb16d..7ff84cd 100644 (file)
@@ -1,25 +1,3 @@
-function _bash_profile_addpath # variable,dirpathname
-{
-       if [ '!' -d "$2" ];then return;fi
-       if [ -z "`eval "echo \\${$1}"`" ];then
-               eval "$1='$2'"
-       else
-               # we want to override any original directories, place dirpathname first!
-               eval "$1=\"$2:\${$1}\""
-       fi
-       export "$1"
-}
-
-_bash_profile_addpath PATH            "$HOME/bin"
-_bash_profile_addpath LD_LIBRARY_PATH "$HOME/lib"
-_bash_profile_addpath MANPATH         "$HOME/man"
-_bash_profile_addpath PERLLIB         "$HOME/lib/perl5/site_perl"
-_bash_profile_addpath PERLLIB         "$HOME/lib/perl5/site_perl/`perl -V:version|cut -d "'" -f 2`"
-
-export IGNOREEOF=10
-export TMOUT=900
-export EDITOR='vim'
-export LC_CTYPE=cs_CZ.ISO-8859-2
 export BASH_ENV="$HOME/.bashrc";source "$BASH_ENV"
 finger
 m