This website works better with JavaScript
Home
Explore
Help
Sign In
secstate
/
dotfiles
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
[fish] Add pman function
Colin Powell
3 years ago
parent
25fb0c69c1
commit
e50cfa11d7
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
fish/.config/fish/functions/pman.fish
+ 3
- 0
fish/.config/fish/functions/pman.fish
View File
@@ -0,0 +1,3 @@
+function pman
+poetry run python manage.py $argv
+end