Delete less history files.
This commit is contained in:
parent
57cc6111d1
commit
8f2beb968f
@ -8,8 +8,6 @@ nvim/autoload
|
||||
zsh/plugins
|
||||
zsh/themes
|
||||
.git*
|
||||
.lesshst
|
||||
.python*
|
||||
.ssh/known_hosts
|
||||
.vim
|
||||
.zcomp*
|
||||
|
@ -12,6 +12,8 @@ zstyle ':completion:*' menu select
|
||||
zstyle ':completion:*' list-colors ''
|
||||
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-autosuggestions/zsh-autosuggestions.zsh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user