Add doom update function #fishshell

This commit is contained in:
Colin Powell
2019-03-28 01:13:33 -04:00
parent 1ba1eeba72
commit 0eb4f98b0d

View 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