ソースを参照

[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