개발자 블로그
Ubuntu Prompt 변경 본문
나같은 경우는 프롬프트 창 맨처음 표시되는 host,user 명이 너무 길어서 짧게 줄였다.
if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}\[ubuntu16043]\[\033[01;32m\]\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
# PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '(기존코드)
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
# PS1='"ubuntu"\u@\h:\w\$ '
fi
https://hackcatml.tistory.com/8
https://hanliang38.tistory.com/14?category=902302
'리눅스 사용' 카테고리의 다른 글
usb device 정상적으로 연결되었는지 확인 하는 방법 (0) | 2021.07.31 |
---|---|
vim 설치 오류 또는 The following packages have unmet dependencies: 오류가 있을경우 (0) | 2021.07.20 |
virtualbox 공유폴더 설정 (0) | 2021.05.30 |
ubuntu 특정 port 인식 불가 (0) | 2021.05.30 |
ubuntu 로그인 후 프로그램/커맨드 자동 실행하기 (0) | 2021.04.21 |