bashrc: Colorize PS1 in Tmux
This commit is contained in:
parent
b72858fed4
commit
637875868b
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
|
@ -8,7 +8,7 @@ HISTSIZE=10000
|
|||
HISTFILESIZE=900000
|
||||
|
||||
case ${TERM} in
|
||||
xterm*|rxvt*|Eterm|aterm|kterm|gnome*|alacritty*)
|
||||
xterm*|rxvt*|Eterm|aterm|kterm|gnome*|alacritty*|tmux-256color)
|
||||
PS1='\[\033]2;\h:\W \u\007\]\h:\[\033[38;5;219m\]\W\[\033[00m\] \[\033[01;35m\]\u\[\033[00m\]\$ '
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue