1
0
Fork 0

zshrc: still experimenting with prompt; xresources: provide dpi via xrandr instead; kitty: fix colors and fonts

This commit is contained in:
Von Random 2019-10-31 22:11:50 +03:00
parent e55a5e3de0
commit 11f4b34bff
3 changed files with 7 additions and 8 deletions

3
zshrc
View file

@ -72,8 +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%(!.😈.😇) '
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 '