We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unixorn
Learn more about funding links in repositories.
Report abuse
1 parent cdd295f commit d78753aCopy full SHA for d78753a
zsh/.zshrc
@@ -667,6 +667,11 @@ if [[ -d "$HOME/.zshrc.$(uname).d" ]]; then
667
load-shell-fragments "$HOME/.zshrc.$(uname).d"
668
fi
669
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
+
675
# If GOPATH is defined, add it to $PATH
676
if [[ -n "$GOPATH" ]]; then
677
if [[ -d "$GOPATH" ]]; then
0 commit comments