Explorar el Código

[fish] Add pman function

Colin Powell hace 3 años
padre
commit
e50cfa11d7
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      fish/.config/fish/functions/pman.fish

+ 3 - 0
fish/.config/fish/functions/pman.fish

@@ -0,0 +1,3 @@
+function pman
+poetry run python manage.py $argv
+end