less -X
This commit is contained in:
parent
c1831969f9
commit
f1df413f1b
|
|
@ -31,6 +31,9 @@ git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerl
|
|||
##POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir vcs)
|
||||
##POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status root_indicator background_jobs history)
|
||||
|
||||
# Полезно выключит лессу очистку после выхода:
|
||||
#LESS="$LESS -X"
|
||||
|
||||
# Это нужно только на десктопе с терминалами, на серверах шрифты не нужны!
|
||||
git clone https://github.com/powerline/fonts.git --depth=1 && cd fonts && ./install.sh
|
||||
|
||||
|
|
|
|||
1
skel.yml
1
skel.yml
|
|
@ -57,6 +57,7 @@
|
|||
POWERLEVEL9K_DIR_PATH_HIGHLIGHT_BOLD: '"true"'
|
||||
#POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir vcs)
|
||||
#POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status root_indicator background_jobs history)
|
||||
LESS: '$LESS -X'
|
||||
antigen_theme:
|
||||
# name: robbyrussell # This role has no default theme (unlike the `gantsign.oh-my-zsh` role)
|
||||
name: romkatv/powerlevel10k
|
||||
|
|
|
|||
Loading…
Reference in New Issue