1
0
Fork 0

solarized8 is back (better support for gutter); also fix window naming in tmux

This commit is contained in:
Von Random 2018-07-03 14:55:56 +03:00
parent ac3580c83f
commit a3924a784c
6 changed files with 18 additions and 15 deletions

8
bashrc
View file

@ -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} "