mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 21:58:00 +00:00
Alias py to python
This commit is contained in:
parent
624736d3fc
commit
627d653360
@ -31,6 +31,11 @@ convenient shell functions to create, switch, and manage them.
|
|||||||
Install virtualenvwrapper and set [`$WORKON_HOME`][4] to the path where virtual
|
Install virtualenvwrapper and set [`$WORKON_HOME`][4] to the path where virtual
|
||||||
environments will be stored.
|
environments will be stored.
|
||||||
|
|
||||||
|
Aliases
|
||||||
|
-------
|
||||||
|
|
||||||
|
- `py` is short for `python`.
|
||||||
|
|
||||||
Authors
|
Authors
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
@ -27,3 +27,8 @@ if [[ -n "$WORKON_HOME" ]] && (( $+commands[virtualenvwrapper.sh] )); then
|
|||||||
source "$commands[virtualenvwrapper.sh]"
|
source "$commands[virtualenvwrapper.sh]"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#
|
||||||
|
# Aliases
|
||||||
|
#
|
||||||
|
|
||||||
|
alias py='python'
|
||||||
|
Loading…
Reference in New Issue
Block a user