If you have any problems when following the following steps, please refer to the Frequently Asked Questions. You can also ask me if your question is not listed in FAQ.
export PS1=`whoami`@`hostname`':$PWD>' export PATH=/usr/bin:/usr/X11R6.4/bin:${PATH}:. export DISPLAY=localhost:0 set completion-ignore-case on xhost + localhost set -o emacs function xfig () { command xfig -pwidth 8 -pheight 7 -but_per_row 3 -startgridmode 1 -startposnmode 1 $* & } |