Author Archives: Peter
Standard font size progression
Just never you mind… 6, 7, 8, 9, 10, 11, 12, 14, 16, 18, 21, 24, 36, 48, 60, 72
Posted in Uncategorized
Leave a comment
Adding an environment variable to Bash PATH in OS X
I can never remember how to add environment variables to .bash_profile. This post just reminds me how to do that. It’s dead simple. Just open up Terminal and enter the following (changing the path ‘/opt/subversion’, naturally): echo ‘export PATH=/opt/subversion:$PATH’ >> … Continue reading