#!/usr/bin/env fish function doomup --description 'doom update and gc' doom sync $argv && doom gc end