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

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:'