From 8f2beb968fda4ecfb4ff3575746ae0043ee1f96f Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 16 Nov 2020 12:21:16 +0100 Subject: [PATCH] Delete less history files. --- fd/ignore | 2 -- zsh/zshrc | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fd/ignore b/fd/ignore index f282b95..e1b7f69 100644 --- a/fd/ignore +++ b/fd/ignore @@ -8,8 +8,6 @@ nvim/autoload zsh/plugins zsh/themes .git* -.lesshst -.python* .ssh/known_hosts .vim .zcomp* diff --git a/zsh/zshrc b/zsh/zshrc index 3b71433..0b62ac7 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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