add local

This commit is contained in:
JMARyA 2025-05-24 02:58:13 +02:00
parent c843772282
commit 263c69d61e
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/conf.d/local

7
conf.d/local.fish Normal file
View file

@ -0,0 +1,7 @@
# 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