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

Terminal.app

Font: Monaco, 12pt w/Antialias text set

computer/macterminal.txt ยท Last modified: by 127.0.0.1