diff --git a/.tmux.conf b/.tmux.conf index 304a320..d485414 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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 diff --git a/.zshrc b/.zshrc index 02a0481..5be373e 100644 --- a/.zshrc +++ b/.zshrc @@ -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:'