Ver Fonte

[fish] Add pman function

Colin Powell há 3 anos atrás
pai
commit
e50cfa11d7
1 ficheiros alterados com 3 adições e 0 exclusões
  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