# HG changeset patch # User Zeger Van de Vannet # Date 1644927646 -3600 # Node ID a47f3aab0371de2fb9e195bc9ae2400d4d5c2ff2 # Parent 3ac8dac65b1b6ba0340fbd798abaf41802619cc4 Use machine specific history database diff -r 3ac8dac65b1b -r a47f3aab0371 dot_zshrc --- a/dot_zshrc Mon Feb 14 16:40:35 2022 +0100 +++ b/dot_zshrc Tue Feb 15 13:20:46 2022 +0100 @@ -239,6 +239,7 @@ source ~/.zsh/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh +export HISTDB_FILE="${HOME}/.histdb/zsh-history-$(hostname).db" source ~/.zsh/zsh-histdb/sqlite-history.zsh source ~/.zsh/fzf-histdb.zsh