zshrc: still experimenting with prompt; xresources: provide dpi via xrandr instead; kitty: fix colors and fonts
This commit is contained in:
parent
e55a5e3de0
commit
11f4b34bff
3 changed files with 7 additions and 8 deletions
3
zshrc
3
zshrc
|
@ -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 '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue