Skip to content

Commit

Permalink
chore: add zsh alias for python3 pip
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed Mar 3, 2022
1 parent 016e568 commit 841152d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zsh/.config/zsh/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ alias get-my-ip='curl ifconfig.co'
alias scratch='$EDITOR $(mktemp -t scratch.XXX.md)'
alias ps-grep="ps aux | grep -v grep | grep -i -e VSZ -e"
#= PYTHON ========================================
alias p='python3'
alias ppip='python3 -m pip'
alias http-serve='python3 -m http.server'
alias pip-requirements='pip3 install -r requirements.txt || _error "no requirements.txt found"'
alias venv-activate='source ./.venv/bin/activate'
Expand Down

0 comments on commit 841152d

Please sign in to comment.