Skip to content

Commit

Permalink
Add .zhistory file support for zsh (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
hizani authored Jul 23, 2022
1 parent 0da3271 commit d363c2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions programs/zsh.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d363c2b

Please # to comment.