Is it possible to show in the terminal line only the current directory, not the whole path from the home folder?
I have now this: ilya@ubuntu:~/Dropbox/Web/folder/folder/$ and it takes almost all the screen...
|
Is it possible to show in the terminal line only the current directory, not the whole path from the home folder? I have now this: |
|||
|
|
|
The part before the $ in a shell is called prompt. It can be configured by changing the variable The man page (see "Bash" and there "PROMPTING") says:
So you have to change
Change |
|||
|
|