'Linux/Lubuntu'에 해당되는 글 2건

  1. 2015.04.29 [Lubuntu] LXTerminal color 적용
  2. 2015.04.29 [Lubuntu] LXTerminal 단축키 지정

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

# 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
:

난 리눅스를  쓸때 항상 터미널 단축키를 윈도우+스페이스 조합으로 활용한다.

그런데, 루분투는 여느 리눅스와는 다르게 단축키를 생성하는 메뉴가 없다. 그래서 config file을 조금 수정하였다.
$HOME/.config/openbox/lubuntu-rc.xml 파일을 수정하면 된다.


위의 설정파일 수정이 완료되었으면, 터미널로 나가서 다음의 명령을 실행시키면, 새로 만든 단축키가 적용될 것이다.

$ openbox --reconfigure




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

[Lubuntu] LXTerminal color 적용  (0) 2015.04.29
Posted by scii
: