1
0
Fork 0
This commit is contained in:
Von Random 2019-11-15 19:39:48 +03:00
parent 2460959bce
commit 13dc4b614f
4 changed files with 16 additions and 18 deletions

2
zshrc
View file

@ -72,7 +72,7 @@ bindkey '^x^e' edit-command-line
# }}}
# {{{ prompt
prompt_ln1='[ %(!.%F{red}.%F{blue})%n%f %m:%d ]'
prompt_ln2=$'\n%(!.%F{red}.%F{blue})=>>%f '
prompt_ln2=$'\n%(!.%F{red}.%F{blue})$>%f '
prompt_state_file="/tmp/zsh_gitstatus_$$.tmp"
PROMPT="$prompt_ln1$prompt_ln2"
PROMPT2='%_%(!.%F{red}.%F{blue})>%f '