tweaks
This commit is contained in:
parent
5ded8ecb7f
commit
862a1f603b
7 changed files with 24 additions and 18 deletions
5
dotfiles/dot_config/fish/functions/doomup.fish
Normal file
5
dotfiles/dot_config/fish/functions/doomup.fish
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
function doomup --description 'doom update and gc'
|
||||
doom sync $argv && doom gc
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue