solarized8 is back (better support for gutter); also fix window naming in tmux
This commit is contained in:
parent
ac3580c83f
commit
a3924a784c
6 changed files with 18 additions and 15 deletions
8
bashrc
8
bashrc
|
@ -31,12 +31,12 @@ reset='\e[0m'
|
|||
prompt_command()
|
||||
{
|
||||
case ${TERM} in
|
||||
rxvt*|st*|xterm*)
|
||||
printf '\033]0;%s\007' "${HOSTNAME%%.*}"
|
||||
;;
|
||||
screen*|tmux*)
|
||||
screen*)
|
||||
printf '\033k%s\033\' "${HOSTNAME%%.*}"
|
||||
;;
|
||||
*)
|
||||
printf '\033]0;%s\007' "${HOSTNAME%%.*}"
|
||||
;;
|
||||
esac
|
||||
if ((UID)); then
|
||||
prompt_user="${pblack}\\u${preset} "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue