Slashdot Mirror


User: heurung

heurung's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. making it directly pasteable on What Does Your Command Prompt Look Like? · · Score: 1

    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;
    -------------