瀏覽代碼

[fish] Add pman function

Colin Powell 3 年之前
父節點
當前提交
e50cfa11d7
共有 1 個文件被更改,包括 3 次插入0 次删除
  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