[Lubuntu] LXTerminal color 적용
Linux/Lubuntu 2015. 4. 29. 01:48 |#################################################
# terminal color
force_color_prompt=yes
#PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
# @ character no color
#PS1='${debian_chroot:+($debian_chroot)}\[\033[01;35m\]\u\[\033[01;30m\]@\[\033[01;32m\]\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
# @ character color
PS1='${debian_chroot:+($debian_chroot)}\[\033[02;39m\]\u\[\033[01;36m\]@\[\033[01;32m\]\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
난 맨 아래의 명령을 활용하여 사진과 같이 나오게끔 하였다. 계속 이렇게 쓰고 싶다면, $HOME/.bashrc 에 등록해서 쓰면 된다.
'Linux > Lubuntu' 카테고리의 다른 글
[Lubuntu] LXTerminal 단축키 지정 (0) | 2015.04.29 |
---|