X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/abe51259db6db1defbfe72f2f501830fa1f7803f..5bd74e51b3d84e218348279aa2032bfb2e8abc29:/programs/zsh.json diff --git a/programs/zsh.json b/programs/zsh.json index 2c173a1..096c007 100644 --- a/programs/zsh.json +++ b/programs/zsh.json @@ -13,7 +13,12 @@ { "path": "$HOME/.histfile", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport HISTFILE=\"$XDG_DATA_HOME\"/zsh/history \n```\n" + "help": "Export the following environment variables:\n\n```bash\nexport HISTFILE=\"$XDG_STATE_HOME\"/zsh/history \n```\n" + }, + { + "path": "$HOME/.zsh_history", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport HISTFILE=\"$XDG_STATE_HOME\"/zsh/history \n```\n" }, { "path": "$HOME/.zlogin", @@ -32,4 +37,4 @@ } ], "name": "zsh" -} \ No newline at end of file +}