ambient/lib/_dispatch_widgets.fish
2020-01-02 16:52:42 +00:00

4 lines
75 B
Fish
Executable file

#!/usr/bin/env fish
for file in ./widgets.d/**/*.fish
source $file
end