Skip to content

Commit

Permalink
Update .aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-nath authored Oct 25, 2022
1 parent 47f3181 commit f8fea97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev-setup/.aliases
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ alias 755='chmod 755'
alias 777='chmod 777'

alias cs="cheatsheet" # see functions

# Python
pip=pip3
python=python3
alias serve="python3 -m http.server 8080"

# Reload the shell (i.e. invoke as a login shell)
Expand Down

0 comments on commit f8fea97

Please sign in to comment.