From: Nikita Romanyuk Date: Tue, 6 Sep 2022 15:08:23 +0000 (+0300) Subject: Add .zprofile file support for zsh (#176) X-Git-Tag: v0.2.0.2~143 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/9400530454b70adfc1dfb6da78519a409ea1a5a8?ds=inline Add .zprofile file support for zsh (#176) --- diff --git a/programs/zsh.json b/programs/zsh.json index 2f68ee2..026a8c5 100644 --- a/programs/zsh.json +++ b/programs/zsh.json @@ -30,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,