'bashrc'에 해당되는 글 2건

  1. 2015.04.29 [Lubuntu] LXTerminal color 적용
  2. 2012.12.06 나의 .bashrc 파일 설정

#################################################

# 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
Posted by scii
:

.bashrc

bashrc



'Linux > Ubuntu' 카테고리의 다른 글

Ubuntu 12.04 설치 후 설정들  (0) 2013.03.15
Ubuntu 12.04 설치 후 부팅 문제  (0) 2013.03.15
Python 환경 변수 설정  (0) 2012.11.27
우분투 명령어  (0) 2012.05.08
[ubuntu] 터미널 쉽게 쓰기! "tilda"  (0) 2012.05.02
Posted by scii
: