From 9400530454b70adfc1dfb6da78519a409ea1a5a8 Mon Sep 17 00:00:00 2001 From: Nikita Romanyuk Date: Tue, 6 Sep 2022 18:08:23 +0300 Subject: [PATCH] Add .zprofile file support for zsh (#176) --- programs/zsh.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/programs/zsh.json b/programs/zsh.json index 2f68ee24..026a8c5b 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,