Switch to base16/unikitty-reversible theme in less, cat and Zsh
This commit is contained in:
parent
afb0e5b370
commit
9806e16d44
@ -83,7 +83,7 @@ export PASSWORD_STORE_GENERATED_LENGTH="43"
|
||||
export LESS="--tabs=4 --RAW-CONTROL-CHARS --LONG-PROMPT"
|
||||
|
||||
if command -v highlight > /dev/null; then
|
||||
LESSOPEN="| $(command -v highlight) --force --out-format=truecolor --style=molokai --stdout %s"
|
||||
LESSOPEN="| $(command -v highlight) --force --out-format=truecolor --style=base16/unikitty-reversible --stdout %s"
|
||||
elif command -v src-hilite-lesspipe.sh > /dev/null; then
|
||||
LESSOPEN="| $(command -v src-hilite-lesspipe.sh) %s"
|
||||
elif command -v lesspipe > /dev/null; then
|
||||
|
@ -190,7 +190,7 @@ preexec_functions=(${(u)preexec_functions})
|
||||
|
||||
local DEFAULT_USER="${DEFAULT_USER:-tastytea}"
|
||||
[[ -f "${ZDOTDIR}"/themes/prompt.zsh ]] && source "${ZDOTDIR}"/themes/prompt.zsh
|
||||
[[ -f "${ZDOTDIR}"/themes/syntax-tastytea.zsh ]] && source "${ZDOTDIR}"/themes/syntax-tastytea.zsh
|
||||
[[ -f "${ZDOTDIR}"/themes/syntax-unikitty-reversible.zsh ]] && source "${ZDOTDIR}"/themes/syntax-unikitty-reversible.zsh
|
||||
|
||||
return 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user