I would like the command
PROMPT_COMMAND=echo
to be executed every time I open bash. I've been told that this command can be read from ~/.profile
, however, I do not know how to put it there.
I would like the command
PROMPT_COMMAND=echo
to be executed every time I open bash. I've been told that this command can be read from ~/.profile
, however, I do not know how to put it there.
If you are on mac, you have to add it to
~/.bash_profile
If on linux, it'll go in
~/.bashrc