]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add .zprofile file support for zsh (#176)
authorNikita Romanyuk <kelvium@yahoo.com>
Tue, 6 Sep 2022 15:08:23 +0000 (18:08 +0300)
committerGitHub <noreply@github.com>
Tue, 6 Sep 2022 15:08:23 +0000 (17:08 +0200)
programs/zsh.json

index 2f68ee24cd5650acda45c4e673c0f812c8b32b6a..026a8c5b02c6ea7e6d0d727b2e5304b8e908a43d 100644 (file)
             "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"
         },
             "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,
         {
             "path": "$HOME/.zshenv",
             "movable": true,