We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9fea44 commit 11622e6Copy full SHA for 11622e6
dot_zshrc.tmpl
@@ -11,3 +11,6 @@ fi
11
12
# Source aliases if present
13
[[ -f ~/.bash_aliases ]] && source ~/.bash_aliases
14
+
15
+# Source local machine-specific config (not managed by dotfiles)
16
+[[ -f ~/.zshrc.local ]] && source ~/.zshrc.local
0 commit comments