export PS1=`whoami`@`hostname`':$PWD>'
export PATH=/usr/bin:/usr/X11R6/bin:${PATH}:.
export DISPLAY=localhost:0
set completion-ignore-case on
function xfig () { command xfig -pwidth 8 -pheight 7 -but_per_row 3 -startgridmode 1 -startposnmode 1 $* & }
alias l="ls -l"

