comparison dot_zshrc @ 559:a47f3aab0371

Use machine specific history database
author Zeger Van de Vannet <zegervdv@me.com>
date Tue, 15 Feb 2022 13:20:46 +0100
parents 4b9b6694aa5b
children b251d808fa04
comparison
equal deleted inserted replaced
558:3ac8dac65b1b 559:a47f3aab0371
237 237
238 source ~/.zsh/zsh-autosuggestions.zsh 238 source ~/.zsh/zsh-autosuggestions.zsh
239 239
240 source ~/.zsh/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 240 source ~/.zsh/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
241 241
242 export HISTDB_FILE="${HOME}/.histdb/zsh-history-$(hostname).db"
242 source ~/.zsh/zsh-histdb/sqlite-history.zsh 243 source ~/.zsh/zsh-histdb/sqlite-history.zsh
243 source ~/.zsh/fzf-histdb.zsh 244 source ~/.zsh/fzf-histdb.zsh
244 245
245 source ~/.zsh/jq-zsh-plugin/jq.plugin.zsh 246 source ~/.zsh/jq-zsh-plugin/jq.plugin.zsh
246 247