Mercurial > dotfiles
changeset 693:f9eadf5e6d57
feat: reduce size of history search window
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 05 Oct 2022 18:35:44 +0200 |
parents | 4b289d175d89 |
children | 134efe943fd4 |
files | dot_zshrc |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/dot_zshrc Wed Oct 05 18:35:14 2022 +0200 +++ b/dot_zshrc Wed Oct 05 18:35:44 2022 +0200 @@ -268,6 +268,7 @@ zsh-defer source ~/.zsh/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh export HISTDB_FILE="${HOME}/.histdb/zsh-history-$(hostname).db" +export HISTDB_HEIGHT="70%" zsh-defer source ~/.zsh/zsh-histdb/sqlite-history.zsh zsh-defer source ~/.zsh/zsh-histdb-skim/zsh-histdb-skim.zsh