# # version 1.4 # alias c=clear alias h=history alias ldir='ls -l | grep ^d | more' alias ll='ls -la' alias myxterm="nohup /usr/openwin/bin/xterm -ls -name $(hostname) -fg black -bg white -cr red -ms red -sb -sk -fn 8x16 -sl 10000 &" alias notes='cd ~sau/notes' alias new='ls -lt | head' alias rehash='makemap hash /etc/mail/access < /etc/mail/access' alias rs='set noglob; eval `resize`' # this is better than adding /usr/lib to the path alias sendmail='/usr/lib/sendmail' alias usage='du -sk * | sort -nr | head' function display { export DISPLAY; DISPLAY=${1}:0 } function got { nohup /usr/openwin/bin/xterm -T $1 -bg white -cr red -ms red -sb -sk -fn 8x16 -sl 10000 -ls -e telnet $1 & }