From: hizani <78748751+hizani@users.noreply.github.com> Date: Sat, 23 Jul 2022 23:28:51 +0000 (+0300) Subject: Add .zhistory file support for zsh (#144) X-Git-Tag: v0.2.0.2~167 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/d363c2b6d428463b1b171972ec12bc7605435365 Add .zhistory file support for zsh (#144) --- diff --git a/programs/zsh.json b/programs/zsh.json index 1ea83f6..2f68ee2 100644 --- a/programs/zsh.json +++ b/programs/zsh.json @@ -10,6 +10,11 @@ "movable": true, "help": "Set this in your zshrc:\n\n```bash\ncompinit -d \"$XDG_CACHE_HOME\"/zsh/zcompdump-\"$ZSH_VERSION\"\n```\n" }, + { + "path": "$HOME/.zhistory", + "movable": true, + "help": "Export the following environment variable:\n\n```bash\nexport HISTFILE=\"$XDG_STATE_HOME\"/zsh/history\n```\n" + }, { "path": "$HOME/.histfile", "movable": true,