dotfiles/os/darwin.fish

8 lines
146 B
Fish
Raw Normal View History

#!/usr/bin/env fish
"$DOT/os/macos/close_prefs.applescript"
2024-02-02 18:09:34 -08:00
find "$DOT/os/macos/" -name "*.pref.fish" | while read file
fish -c "$file"
end