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