Add doom update function #fishshell
This commit is contained in:
6
fish/.config/fish/functions/doomu.fish
Normal file
6
fish/.config/fish/functions/doomu.fish
Normal file
@ -0,0 +1,6 @@
|
||||
function doomu
|
||||
cd ~/.emacs.d/
|
||||
./bin/doom clean
|
||||
./bin/doom update --no-ask
|
||||
./bin/doom compile :core lang/python --no-ask
|
||||
end
|
||||
Reference in New Issue
Block a user