bashrc: Make window titles shorter
This commit is contained in:
parent
c97634208f
commit
4db04babfe
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
|
@ -5,7 +5,7 @@ HISTFILESIZE=900000
|
|||
|
||||
case ${TERM} in
|
||||
xterm*|rxvt*|Eterm|aterm|kterm|gnome*|alacritty*)
|
||||
PS1='\[\033]2;Terminal: \h:\W \u\007\]\h:\[\033[38;5;219m\]\W\[\033[00m\] \[\033[01;35m\]\u\[\033[00m\]\$ '
|
||||
PS1='\[\033]2;\h:\W \u\007\]\h:\[\033[38;5;219m\]\W\[\033[00m\] \[\033[01;35m\]\u\[\033[00m\]\$ '
|
||||
;;
|
||||
*)
|
||||
PS1='\h:\W \u\$ '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue