My Bash prompt:
export PS1=’\[\e[0;32m\][\u@\h] \[\e[1;37m\]\W\[\e[1;32m\]\$ \[\e[0;37m\] ‘
Archive for January, 2009
Bash Prompt
Posted in shell tricks on January 29, 2009 by aghorasScreen Notes
Posted in shell tricks on January 29, 2009 by aghorasScreen Notes:
To make the window infor displayed on top of an xterm window:
hardstatus lastline "%w"
To make the line show up at the bottom of the window:
hardstatus alwayslastline "%w"
you can put theseĀ in ~/.screenrc