# .bashrc PATH=$HOME/.heap:$PATH:/sbin:/usr/sbin # this makes TeX look for files in the .bin directory TEXINPUTS=.:/home/zakh/.heap/: export TEXINPUTS XDVIINPUTS=.:/usr/share/texmf/{xdvi,dvips//} export XDVIINPUTS # Removed from path: :/usr/local/maple/bin # Create the aliases source ~/.aliases # Load the functions source ~/.heap/functions # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi xmodmap ~/.moreKeys # your command-line prompt # host:user:cwd:histnum # ...if you are root # host:user:cwd:histnum $ ...if you are a mortal # pwd:histnum $ ...now if you are mortal # used to be PS1="\h:\u:\W:\! \\$" export PS1="\[\e[36m\]\h:\w \\$ \[\e[0m\]"