mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2026-08-09 04:31:44 +02:00
5 lines
159 B
Fish
5 lines
159 B
Fish
# Machine-specific config (secrets, local overrides) — not tracked in dotfiles
|
|
if test -f ~/.config/fish/local.fish
|
|
source ~/.config/fish/local.fish
|
|
end
|