nixos-config/dotfiles/dot_config/fish/functions/doomup.fish

6 lines
105 B
Fish
Raw Normal View History

2024-10-14 13:39:29 -04:00
#!/usr/bin/env fish
function doomup --description 'doom update and gc'
doom sync $argv && doom gc
end