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