dotfiles/os/linux.fish
2024-02-02 18:09:34 -08:00

5 lines
105 B
Fish
Executable file

#!/usr/bin/env fish
find "$DOT/os/linux/" -name "*.pref.fish" | while read file
fish -c "$file"
end