浏览代码

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