tmux status bar is black, set window title to pwd

This commit is contained in:
2017-02-12 15:25:17 -05:00
parent 0725fc81cd
commit 694bc5620b
2 changed files with 4 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ bind b split-window -v
#lookin' good
set-window-option -g window-status-format " #I: #W "
set-window-option -g status-fg white
set-window-option -g status-bg black
set-window-option -g window-status-current-format " #I: #W "
set-window-option -g window-status-current-fg yellow

3
.zshrc
View File

@@ -27,6 +27,9 @@ export GIT_PS1_SHOWCOLORHINTS=1
PS1=$'\n╭%{$fg[yellow]%}$(__git_ps1 "(%s)")%{$fg[green]%}[%~]%{$reset_color%}\n╰%{$fg[cyan]%}%n%{$fg[yellow]%}@%{%F{214}%}%m%f%{$reset_color%}%# '
# set window title to working directory
precmd () { print -Pn "\e]0;%~\a" }
alias cdg='. cdg'
alias coin='rlwrap coin' # by-setup-c0
alias ed='ed -p:'