mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Add some Gunicorn aliases and the oo alias.
This commit is contained in:
parent
7b68b969dc
commit
0be470c37d
2 changed files with 8 additions and 1 deletions
|
|
@ -21,4 +21,7 @@ function pman() {
|
|||
## pretty JSON
|
||||
function pj() {
|
||||
python -mjson.tool
|
||||
}
|
||||
}
|
||||
|
||||
## Open current directory
|
||||
alias oo='open .'
|
||||
Loading…
Add table
Add a link
Reference in a new issue