#!/usr/bin/env fish function doomup --description 'doom update and gc' doom sync $argv && doom gc && systemctl --user restart emacs.service end