bash shell 꾸미기

from Info.log 2009/04/25 22:52

what a beautiful shell!


DK님의 빨간 골뱅이가 너무 예쁘길래 따라해보았다.
export PS1='\033[0m[\u\033[0;1;31m@\033[0m\h:\033[0;1;37m\w\033[0m]$ '

DK님의 새 의견에 따라서...바꾼 script

export PS1='\033[0m[\u\033[0;1;31m@\033[0;1;37m\h:\w\033[0m]$ '