소스 검색

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