1
0
Fork 0

zsh: fix pwd in window title

This commit is contained in:
Von Random 2024-05-21 14:12:09 +03:00
parent 2ada9d10af
commit 7e5772408e

View file

@ -3,7 +3,7 @@ printf -v PROMPT2 $prompt_fmtn '%_'
printf -v PROMPT3 $prompt_fmtn '?#'
printf -v PROMPT4 $prompt_fmtn '+%N:%i'
prompt_wt="${HOST%%.*}: $PWD"
prompt_wt="${HOST%%.*}: $(pwd)"
prompt_fifo=~/.zsh_gitstatus_$$
prompt_blimit=50
typeset -A prompt_symbols=(