Delete less history files.
This commit is contained in:
parent
57cc6111d1
commit
8f2beb968f
@ -8,8 +8,6 @@ nvim/autoload
|
|||||||
zsh/plugins
|
zsh/plugins
|
||||||
zsh/themes
|
zsh/themes
|
||||||
.git*
|
.git*
|
||||||
.lesshst
|
|
||||||
.python*
|
|
||||||
.ssh/known_hosts
|
.ssh/known_hosts
|
||||||
.vim
|
.vim
|
||||||
.zcomp*
|
.zcomp*
|
||||||
|
@ -12,6 +12,8 @@ zstyle ':completion:*' menu select
|
|||||||
zstyle ':completion:*' list-colors ''
|
zstyle ':completion:*' list-colors ''
|
||||||
zmodload zsh/complist
|
zmodload zsh/complist
|
||||||
|
|
||||||
|
export LESSHISTFILE='/dev/null'
|
||||||
|
|
||||||
source $XDG_CONFIG_HOME/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
source $XDG_CONFIG_HOME/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
source $XDG_CONFIG_HOME/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
source $XDG_CONFIG_HOME/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user