Ver Fonte

Update doomu func #fishshell

Colin Powell há 6 anos atrás
pai
commit
155d89d4e5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      fish/.config/fish/functions/doomu.fish

+ 1 - 1
fish/.config/fish/functions/doomu.fish

@@ -1,7 +1,7 @@
 function doomu
 	cd ~/.emacs.d/
 	./bin/doom clean
-	./bin/doom update --no-ask
 	./bin/doom upgrade --no-ask
+	./bin/doom update --no-ask
 	./bin/doom compile :core lang/python --no-ask
 end