Skip to content

Commit

Permalink
Add .zprofile file support for zsh (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvium authored Sep 6, 2022
1 parent 259dba8 commit 9400530
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 @@ -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,
Expand Down

0 comments on commit 9400530

Please sign in to comment.