浏览代码

Add doom update function #fishshell

Colin Powell 6 年之前
父节点
当前提交
0eb4f98b0d
共有 1 个文件被更改,包括 6 次插入0 次删除
  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