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