5 lines
105 B
Fish
5 lines
105 B
Fish
#!/usr/bin/env fish
|
|
|
|
function doomup --description 'doom update and gc'
|
|
doom sync $argv && doom gc
|
|
end
|