# # make sure this file is included from your personal `~/.bashrc', e.g. put the # following towards the end of `~/.bashrc' (and uncomment these, of course): # # LAPTREE=~/lap/tree # if [ -f ${LAPTREE}/etc/dot.bashrc ]; then # . ${LAPTREE}/etc/dot.bashrc # fi # # ----------------------------------------------------------------------------- # file: dot.bashrc # module: LAP initialization file for BaSH # version: 0.0 -- 10-apr-14 # written by: oe, uio # last update: # updated by: # ----------------------------------------------------------------------------- # # ----------------------------------------------------------------------------- # # make global variable for LAP Tree directory accessible to other processes. # export LAPTREE; if [ ! -f ${LAPTREE}/etc/library.bash ]; then echo "LAPTREE: unable to locate \`etc/library.bash'; exit." exit 1; fi . ${LAPTREE}/etc/library.bash