Delete less history files.
This commit is contained in:
parent
57cc6111d1
commit
8f2beb968f
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue