# .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # My path to the C library program export CFLAGS="-I $HOME/MyBioTool/libstree-0.4.2/include" export LDFLAGS="-L $HOME/MyBioTool/libstree-0.4.2/lib" PATH=$PATH:$HOME/bin: export PATH unset USERNAME export PERL5LIB=/home/monkfan/lib/perl5/site_perl/5.8.5/i686-linux:/home/monkfan/lib/perl5/site_perl/5.8.5