Browse Source

[fish] Add pman function

Colin Powell 3 năm trước cách đây
mục cha
commit
e50cfa11d7
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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