Преглед изворни кода

Update doomu func #fishshell

Colin Powell пре 6 година
родитељ
комит
155d89d4e5
1 измењених фајлова са 1 додато и 1 уклоњено
  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