Weird error message of say
in 10.8.4
1 2 |
|
Weird error message of say
in 10.8.4
1 2 |
|
When I create a new tab in Terminal, the new bash shell does not automatically execute the .bashrc file. As a result my brew environmet is not setup propertly.
To solve it, I added this to my .bash_profile to fix the problem:
1 2 |
|
-s
here means if the file exists and not of size 0
Morgan Stanley uses AFS for application deployment with good results.
The core of lisp is just 7 functions:
1 2 3 4 5 6 7 |
|
Trying to understand how NSDocument works with First Responder model in OSX app. This SO articule seems helpful: