Skip to content

Instantly share code, notes, and snippets.

@wisedier
Created November 20, 2017 01:53
Show Gist options
  • Save wisedier/5ff7e91a1faecf42b35988f95779339f to your computer and use it in GitHub Desktop.
Save wisedier/5ff7e91a1faecf42b35988f95779339f to your computer and use it in GitHub Desktop.
shell aliases
alias pip-upgrade-all="pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U"
alias p="python"
alias l="ls"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment