Hello,
is it possible to alter .bashrc as to obtain a more customized terminal prompt?
In particular, I am looking to place the path and the actual commands on two separate lines such as in:
# original
/Home/Documents/MyFolder$ ls -l
# custom
/Home/Documents/MyFolder
$ ls -l