How to reduce the command line prefix length (i.e folder name or path in bash)?
For example:
venu@venupc:~$ cd Documents/Code/new/
venu@venupc:~/Documents/Code/new$
I want to display present folder name new instead of complete path (venu@venupc: new$).