1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 02:19:25 +00:00

Alias py to python

This commit is contained in:
Sorin Ionescu
2012-08-15 08:00:08 -04:00
parent 624736d3fc
commit 627d653360
2 changed files with 10 additions and 0 deletions

View File

@ -27,3 +27,8 @@ if [[ -n "$WORKON_HOME" ]] && (( $+commands[virtualenvwrapper.sh] )); then
source "$commands[virtualenvwrapper.sh]"
fi
#
# Aliases
#
alias py='python'