zshrc: better support for WSL
This commit is contained in:
parent
9fe507b991
commit
7268343fd9
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -75,7 +75,7 @@ prompt_user='%F{%(!.red.blue)}%n%f'
|
||||||
prompt_host='%m'
|
prompt_host='%m'
|
||||||
prompt_cwd='%F{green}%d%f'
|
prompt_cwd='%F{green}%d%f'
|
||||||
prompt_git_fmt='\ue0a0 %s %s%%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> '
|
PROMPT=$'%k%f[ %n %m:%d ]\n> '
|
||||||
PROMPT2='%k%f[ %_ ] '
|
PROMPT2='%k%f[ %_ ] '
|
||||||
PROMPT3='%k%f[ ?# ] '
|
PROMPT3='%k%f[ ?# ] '
|
||||||
|
|
Loading…
Reference in a new issue