Browse Source

Add doom update function #fishshell

Colin Powell 6 năm trước cách đây
mục cha
commit
0eb4f98b0d
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      fish/.config/fish/functions/doomu.fish

+ 6 - 0
fish/.config/fish/functions/doomu.fish

@@ -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