Mercurial > dotfiles
comparison dot_zshrc @ 693:f9eadf5e6d57
feat: reduce size of history search window
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 05 Oct 2022 18:35:44 +0200 |
parents | 6aabd0b8d766 |
children | 306ac9429043 |
comparison
equal
deleted
inserted
replaced
692:4b289d175d89 | 693:f9eadf5e6d57 |
---|---|
266 zsh-defer source ~/.zsh/zsh-autosuggestions.zsh | 266 zsh-defer source ~/.zsh/zsh-autosuggestions.zsh |
267 | 267 |
268 zsh-defer source ~/.zsh/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh | 268 zsh-defer source ~/.zsh/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh |
269 | 269 |
270 export HISTDB_FILE="${HOME}/.histdb/zsh-history-$(hostname).db" | 270 export HISTDB_FILE="${HOME}/.histdb/zsh-history-$(hostname).db" |
271 export HISTDB_HEIGHT="70%" | |
271 zsh-defer source ~/.zsh/zsh-histdb/sqlite-history.zsh | 272 zsh-defer source ~/.zsh/zsh-histdb/sqlite-history.zsh |
272 zsh-defer source ~/.zsh/zsh-histdb-skim/zsh-histdb-skim.zsh | 273 zsh-defer source ~/.zsh/zsh-histdb-skim/zsh-histdb-skim.zsh |
273 | 274 |
274 zsh-defer source ~/.zsh/jq-zsh-plugin/jq.plugin.zsh | 275 zsh-defer source ~/.zsh/jq-zsh-plugin/jq.plugin.zsh |
275 | 276 |