zsh: fix pwd in window title
This commit is contained in:
parent
2ada9d10af
commit
7e5772408e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ printf -v PROMPT2 $prompt_fmtn '%_'
|
||||||
printf -v PROMPT3 $prompt_fmtn '?#'
|
printf -v PROMPT3 $prompt_fmtn '?#'
|
||||||
printf -v PROMPT4 $prompt_fmtn '+%N:%i'
|
printf -v PROMPT4 $prompt_fmtn '+%N:%i'
|
||||||
|
|
||||||
prompt_wt="${HOST%%.*}: $PWD"
|
prompt_wt="${HOST%%.*}: $(pwd)"
|
||||||
prompt_fifo=~/.zsh_gitstatus_$$
|
prompt_fifo=~/.zsh_gitstatus_$$
|
||||||
prompt_blimit=50
|
prompt_blimit=50
|
||||||
typeset -A prompt_symbols=(
|
typeset -A prompt_symbols=(
|
||||||
|
|
Loading…
Reference in a new issue