I would like to know if it is possible to show only last directory in eShell (Emacs Shell). For example, It's currently in path /home/user/Programming/C++
. With current setup of eshell, ~/Programming/C++ $
, but I would like to show only this: C++ $
.
Thanks