Skip to content

Commit 3ea7193

Browse files
committed
Add .zshrc.work.d
Signed-off-by: Joe Block <[email protected]>
1 parent cdd295f commit 3ea7193

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

zsh/.zshrc

+5
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,11 @@ if [[ -d "$HOME/.zshrc.$(uname).d" ]]; then
667667
load-shell-fragments "$HOME/.zshrc.$(uname).d"
668668
fi
669669

670+
# Load work-specific fragments when present
671+
if [[ -d "$HOME/.zshrc.work.d" ]]; then
672+
load-shell-fragments "$HOME/.zshrc.work.d"
673+
fi
674+
670675
# If GOPATH is defined, add it to $PATH
671676
if [[ -n "$GOPATH" ]]; then
672677
if [[ -d "$GOPATH" ]]; then

0 commit comments

Comments
 (0)