mirror of
https://github.com/liclac/ambient
synced 2025-02-16 20:38:24 +00:00
4 lines
75 B
Fish
Executable file
4 lines
75 B
Fish
Executable file
#!/usr/bin/env fish
|
|
for file in ./widgets.d/**/*.fish
|
|
source $file
|
|
end
|