X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/b07e5d9d488caef7eb716aaba8132fb299a36b3d..7642c7efd462eca84d2db1364857f8b5b10186ef:/programs/zsh.json diff --git a/programs/zsh.json b/programs/zsh.json index 1ea83f6..026a8c5 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, @@ -25,6 +30,11 @@ "movable": true, "help": "Move file to _\"$HOME\"/.config/zsh/.zlogin_ and export the following environment variable:\n\n```bash\nexport ZDOTDIR=\"$HOME\"/.config/zsh\n```\nYou can do this in _/etc/zsh/zshenv_.\n" }, + { + "path": "$HOME/.zprofile", + "movable": true, + "help": "Move file to _\"$HOME\"/.config/zsh/.zprofile_ and export the following environment variable:\n\n```bash\nexport ZDOTDIR=\"$HOME\"/.config/zsh\n```\nYou can do this in _/etc/zsh/zshenv_.\n" + }, { "path": "$HOME/.zshenv", "movable": true,