tmux status bar is black, set window title to pwd
This commit is contained in:
@@ -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
3
.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:'
|
||||
|
||||
Reference in New Issue
Block a user