Not being a pushd/popd afficionado, I copy/paste old directories often via X-selection, mainly to cd back to where I once was, so put 'cd ' in front of it to begin with, and save four whole keystrokes! I also re-use commands with triple-clicks, because of the use of the underused and usually useless ':' command. Yes, I changed my 'history' command to use ':', too.
-------------
export PS1='\[\e]0;$domain.\h \t \d \w\a\e[34;44;7mcd \e[34;43;1;5m\]\w;: $uname\n\[\e[35;43;1;5m\]: $?_\[\e[47m\]\t;\[\e[m\e[30;1;6m\] '
-------------
looks like
-------------
cd/home/me;: IRIX64
: 0_17:50:03;
-------------
Not being a pushd/popd afficionado, I copy/paste old directories often via X-selection, mainly to cd back to where I once was, so put 'cd ' in front of it to begin with, and save four whole keystrokes! I also re-use commands with triple-clicks, because of the use of the underused and usually useless ':' command. Yes, I changed my 'history' command to use ':', too. /home/me;: IRIX64
-------------
export PS1='\[\e]0;$domain.\h \t \d \w\a\e[34;44;7mcd \e[34;43;1;5m\]\w;: $uname\n\[\e[35;43;1;5m\]: $?_\[\e[47m\]\t;\[\e[m\e[30;1;6m\] '
-------------
looks like
-------------
cd
: 0_17:50:03;
-------------