====== BASH ====== ~/.profile # set a fancy prompt #PS1='\u@\h:\w\$ ' if [ "$BASH" ]; then PS1='\[\e[0;31m\]\u\[\e[1;37m\]@\[\e[1;33m\]\h\[\e[0;36m\](\W)\[\e[0;0m\]$ ' else if [ "`id -u`" -eq 0 ]; then PS1='# ' else PS1='$ ' fi fi alias l='ls $LS_OPTIONS -lA' alias tgz='tar xzvf' alias telnet='telnet -K' set noclobber export RSYNC_RSH=ssh export CLICOLOR=1 ===== Serial Terminal ===== * http://hints.macworld.com/article.php?story=20061109133825654 ====== Terminal.app ====== Font: Monaco, 12pt w/Antialias text set * Screen with scroll buffer & copy to clipboard * http://www.samsarin.com/blog/2007/03/11/gnu-screen-working-with-the-scrollback-buffer/