Skip to content
Archive of posts filed under the OS X-mavericks category.

Changing the OS X Mavericks Command Prompt

In your home directory, add this line: export PS1=”\d, \t\n \w \$ ” to your .bash_profile settings file. This will have your command prompt appear with the current date, current time, a line break, and then the complete path to the directory you are in. The variables you can use include: \a an ASCII bell […]