Skip to content

Commit

Permalink
Make use of zgenom compile $ZDOTDIR clearer (tarjoilija#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
jandamm authored Apr 11, 2023
1 parent f54ca43 commit 2760238
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ EOPLUGINS

# Compile your zsh files
zgenom compile "$HOME/.zshrc"
zgenom compile $ZDOTDIR
# Uncomment if you set ZDOTDIR manually
# zgenom compile $ZDOTDIR

# You can perform other "time consuming" maintenance tasks here as well.
# If you use `zgenom autoupdate` you're making sure it gets
Expand Down Expand Up @@ -527,7 +528,7 @@ ZGEN_RESET_ON_CHANGE=(${HOME}/.zshrc ${HOME}/.zshrc.local)
```zsh
zgenom compile .zshrc
zgenom compile ~/.zsh
zgenom compile $ZDOTDIR
zgenom compile $ZDOTDIR # If you set ZDOTDIR manually
```
The first will just compile your `.zshrc`. The second one will compile every
Expand Down

0 comments on commit 2760238

Please sign in to comment.