Parcourir la source

[fish] Add pman function

Colin Powell il y a 3 ans
Parent
commit
e50cfa11d7
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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