Mercurial > ec-dotfiles
changeset 436:d6ac822569c4
Updated the uncolored prompt style.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Sun, 30 Dec 2012 02:00:27 +0700 |
parents | 4a71d0b1a4c6 |
children | bfeeb9ca2658 |
files | rc/bashrc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rc/bashrc Sun Dec 30 01:56:46 2012 +0700 +++ b/rc/bashrc Sun Dec 30 02:00:27 2012 +0700 @@ -207,7 +207,7 @@ fi done -PS1='[\u@\h \W]\$ ' +PS1='\u@\h:\w\$ ' case "${TERM}" in xterm*|screen*|dtterm*) PROMPT_COMMAND='echo -ne "\033]0;'"${USER:-$LOGNAME}@$(uname -n)"': ${PWD}\007";'"${PROMPT_COMMAND}"