Tue
Oct
30
fixing leopards terminal prompt
# normal font weight
PS1=’\e[32m\u@\h\e[0m:\e[34m\w\e[0m\$ ‘
# bold
PS1=’\e[1m\e[32m\u@\h\e[0m\e[0m:\e[1m\e[34m\w\e[0m\e[0m\$ ‘