My zsh configuration
git clone https://github.com/m-col/zshrc
Files | Refs | Readme

Commit 86406dc2d7cbe15841f73d1b234add11bc5d64e3
Parent: ac3eb1c2f70067cb07a7cd801012b8a7c4811a30
Author: mcol <mcol@posteo.net>
Date: 2020-02-15 18:43:59 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2020-02-15 18:43:59 +0000

dont keep a less history file

zshrc Modified

@@ -50,6 +50,8 @@
 ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
 so $ZSH/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
 
+LESSHISTFILE=-
+
 bindkey '^A' autosuggest-execute
 
 export SUDO_EDITOR=vim