zsh prompt fixing, use pywal in kitty

master
Drake 2 years ago
parent b9e68ca25d
commit ab19726a9b

@ -1,6 +1,7 @@
# BEGIN_KITTY_THEME
# Monokai
include current-theme.conf
#include current-theme.conf
include ~/.cache/wal/colors-kitty.conf
# END_KITTY_THEME
font_family IBM Plex Mono
@ -10,3 +11,10 @@ bold_italic_font IBM Plex Mono Bold Italic
cursor_shape block
shell_integration no-cursor
active_tab_background #0a090f
active_tab_foreground #cfdfea
active_tab_font_style bold
inactive_tab_background #0a090f
inactive_tab_foreground #cfdfea
inactive_tab_font_style normal

@ -92,4 +92,4 @@ function _git_info() {
add-zsh-hook precmd _git_info
PS1=$'\n| %{\e[0;31m%}%~ %{\e[0m%}| %{\e[0;34m%}%n %{\e[0m%}$_git_full \n\\\_%(!.#.$) '
RPS1=$'%{\e[0;31m%}$(date +%I:%M:%S%P)%{\e[0m%} |'
RPS1=$'%{\e[A%}%{\e[0;31m%}$(date +%I:%M:%S%P)%{\e[0m%} |%{\e[B%}'

Loading…
Cancel
Save