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
zshrc
8
zshrc
|
@ -75,12 +75,12 @@ PROMPT3='%b%f?%(!.%F{red}.%F{black})#%f%b '
|
|||
PROMPT4='%b%f+%N:%i%(!.%F{red}.%F{black})>%f%b '
|
||||
precmd.title() {
|
||||
case $TERM in
|
||||
st*|xterm*|rxvt*)
|
||||
printf '\033]0;%s\007' ${HOST%%.*}
|
||||
;;
|
||||
screen*|tmux*)
|
||||
screen*)
|
||||
printf '\033k%s\033\' ${HOST%%.*}
|
||||
;;
|
||||
*)
|
||||
printf '\033]0;%s\007' ${HOST%%.*}
|
||||
;;
|
||||
esac
|
||||
}
|
||||
precmd.is_git_repo() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue