Skip to content

Commit 36ae9d2

Browse files
committed
Update README
Signed-off-by: Joe Block <jpb@unixorn.net>
1 parent d78753a commit 36ae9d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,8 @@ After the quickstart sets up its aliases, functions, plugins and ZSH options, it
389389

390390
To make it easier to have macOS, FreeBSD or Linux-specific settings tweaks, the quickstart also supports OS-specific pre & post `.zshrc.d` directories. If you want a file to only be sourced on a single OS, the quickstart also checks for `.zshrc.pre-plugins.$(uname).d` and `~/.zshrc.$(uname).d` during loading.
391391

392+
For your convenience, the quickstart will also look for a `.zshrc.work.d` directory, and if it's present, load fragment files from there. This lets you have a separate directory in your dotfiles repository for work-specific customizations.
393+
392394
### Self-update Settings
393395

394396
The quickstart kit will automatically check for updates every seven days. If you want to change the interval, set `QUICKSTART_KIT_REFRESH_IN_DAYS` in a file in `~/.zshrc.d`. If you're going to disable self-updating entirely, add `unset QUICKSTART_KIT_REFRESH_IN_DAYS` in a file in `~/.zshrc.d`.

0 commit comments

Comments
 (0)