Skip to content

Commit 11622e6

Browse files
committed
feat(zsh): source ~/.zshrc.local for machine-specific config
1 parent a9fea44 commit 11622e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dot_zshrc.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ fi
1111

1212
# Source aliases if present
1313
[[ -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

Comments
 (0)