Skip to content

Commit 5eec1f8

Browse files
committed
feat(fish): source config.local.fish for machine-specific config
1 parent 11622e6 commit 5eec1f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dot_config/fish/config.fish.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ end
1414

1515
# Aliases
1616
alias claude='claude --dangerously-skip-permissions'
17+
18+
# Source local machine-specific config (not managed by dotfiles)
19+
test -f ~/.config/fish/config.local.fish && source ~/.config/fish/config.local.fish

0 commit comments

Comments
 (0)