Explorar el Código

Add doom update function #fishshell

Colin Powell hace 6 años
padre
commit
0eb4f98b0d
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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