7 lines
179 B
Fish
7 lines
179 B
Fish
|
|
# Local script loader
|
|
# Place machine local or private scripts in `conf.d/local`.
|
|
# This dir will not be in git
|
|
for s in $HOME/.config/fish/conf.d/local/*.fish
|
|
source $s
|
|
end
|