From e50cfa11d7e67d956fcf3b7a7b186c6536f90e11 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 3 May 2022 17:01:03 -0400 Subject: [PATCH] [fish] Add pman function --- fish/.config/fish/functions/pman.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fish/.config/fish/functions/pman.fish diff --git a/fish/.config/fish/functions/pman.fish b/fish/.config/fish/functions/pman.fish new file mode 100644 index 0000000..e5b21a3 --- /dev/null +++ b/fish/.config/fish/functions/pman.fish @@ -0,0 +1,3 @@ +function pman +poetry run python manage.py $argv +end