Skip to content

Commit

Permalink
README.md to include the named dirs description.
Browse files Browse the repository at this point in the history
  • Loading branch information
psprint committed Sep 29, 2022
1 parent 2118866 commit 9c07634
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,20 @@ zi as'null' lucid sbin wait'1' for \

Target directory for installed files is `$ZPFX` (`~/.local/share/zinit/polaris` by default).

# Named directories for frequently used paths

Named directories are shorthands in the form of `~NAMED_DIR`
(upper case not required). Zinit provides a set of such
names for its frequently used paths:

- *~ZIBIN* β†’ `$ZINIT[BIN_DIR]`
- *~ZIDIR* β†’ `$ZINIT[HOME_DIR]`
- *~ZIPLUGS* β†’ `$ZINIT[PLUGINS_DIR]`
- *~ZISNIPS* β†’ `$ZINIT[SNIPPETS_DIR]`
- *~ZICOMPS* β†’ `$ZINIT[COMPLETIONS_DIR]`
- *~ZISERV* β†’ `$ZINIT[SERVICES_DIR]`
- *~ZICACHE* β†’ `$ZSH_CACHE_DIR`

## Changelog<a name="changelog"></a>

Link to the [CHANGELOG](doc/CHANGELOG.md).
Expand Down

0 comments on commit 9c07634

Please sign in to comment.