This commit is contained in:
JMARyA 2025-05-31 05:02:33 +02:00
parent b8385c110e
commit 849da14928
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
4 changed files with 69 additions and 0 deletions

7
conf.d/Z_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