浏览代码

[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