1
0
Fork 0

zsh: prompt window title

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

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="$USERNAME@$HOST"
prompt_wt="${HOST%%.*}: $PWD"
prompt_fifo=~/.zsh_gitstatus_$$
prompt_blimit=50
typeset -A prompt_symbols=(