alias adam='emacs -bg cyan -fg black -geometry 81x26 $1 &' alias chmhelp='cat /home/lutter/scripts/chmodhelp.txt' alias d="pwd ; echo ' ' ; ls -px" alias da="pwd ; echo ' ' ; ls -Apx" alias out='cd $HOME ; pwd' alias del='rm -i' alias rm='rm -i' alias t='more' alias up='cd ..' alias where='pwd' alias myip='echo "The IP address of" $HOSTNAME "is:" ; curl ipinfo.io/ip ; echo' alias myxterm='xterm -bg deepskyblue -fg black -rw -aw -ls -sb -fa 'Monospace' -fs 14 &' # Now define personal bash functions: myin () { cd $1 && pwd && echo && ls -px } # Compiled C programs: alias pur='/home/lutter/cprog/purge' alias ds='/home/lutter/cprog/dirsize'