Right now in my MacOS X terminal I have MyComputer:~ me$ before all the commands.
In some videos I saw they have just $ - that's much less clutter, how is it done?
|
|
|
This text is printed by your shell, and it's called a prompt. Your shell is probably bash. The prompt is set in bash's initialisation file, which is
Try adding the following line at the end of your
If this doesn't change anything, it's because you have a login shell and no proper
|
|||
|
|