Skip to content

Commit

Permalink
style: Add alias for pip command
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnblck committed Nov 29, 2023
1 parent 2c1532d commit 082363b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dot_aliases.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ alias bv='bundle viz'

# Python
alias python="python3"
alias pip="pip3"
alias pys="python3 -m http.server" # Start a simple HTTP server (Python 3)
alias ipy="ipython" # Start IPython shell
alias jn="jupyter notebook" # Start Jupyter notebook
Expand Down

0 comments on commit 082363b

Please sign in to comment.