1
0
Fork 0

zshrc: better support for WSL

This commit is contained in:
Von Random 2021-04-22 09:25:05 +03:00
parent 9fe507b991
commit 7268343fd9

2
zshrc
View file

@ -75,7 +75,7 @@ prompt_user='%F{%(!.red.blue)}%n%f'
prompt_host='%m'
prompt_cwd='%F{green}%d%f'
prompt_git_fmt='\ue0a0 %s %s%%f '
prompt_state_file=/run/user/$UID/zsh_gitstatus_$$.tmp
prompt_state_file=${RUN_DIR:-/run/user/$UID}/zsh_gitstatus_$$.tmp
PROMPT=$'%k%f[ %n %m:%d ]\n> '
PROMPT2='%k%f[ %_ ] '
PROMPT3='%k%f[ ?# ] '