This commit is contained in:
Matt Nish-Lapidus 2024-12-08 23:28:43 -05:00
parent fbe1ef5521
commit 0a28efa292
2 changed files with 16 additions and 16 deletions

View file

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