# This is my .bashrc file that I have on my imrt32-computer. PATH=$PATH:/usr/X11R6/bin export PATH # Here I set the DISPLAY variable for this computer # this must be changed for other computers. DISPLAY=127.0.0.1:0.0 export DISPLAY alias ty=less alias ".."="cd .." alias ls="ls --color" alias clean="rm *~ *.bak a.exe" alias ty=less alias xfig="xfig -lat -po -me -spec -startg 3"