# .bashrc

# To change the prompt, modify or erase below
[ "$PS1" = "\\s-\\v\\\$ " ] && PS1="$ "
# [ "$PS1" = "\\s-\\v\\\$ " ] && PS1="[\u@\h \W]\\$ "
# Source global definitions
if [ -f /etc/bashrc ]; then
	. /etc/bashrc
fi

alias "emacs"="emacs -font 9x15 -geometry 76x70"
alias "matlab6"="LD_ASSUME_KERNEL=2.4.1 /usr/local/matlab6/bin/matlab"
alias "xmaple"="LD_ASSUME_KERNEL=2.4.1 xmaple"
alias "mat"="matlab -nodesktop"
alias "mat6"="matlab6 -nodesktop"
