mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
17 lines
459 B
Bash
17 lines
459 B
Bash
# use the ./pythonrc.py file as the rc for the python
|
|
# this enables among other things:
|
|
# - command completion on <tab>,
|
|
# - prettyprinting of long variables
|
|
# - a colored prompt
|
|
# - editing commands in an editor with '\e'
|
|
# to change the editor: set the EDITOR env variable.
|
|
|
|
PYTHONSTARTUP=$ZSH/plugins/python/pythonrc.py
|
|
export PYTHONSTARTUP
|
|
|
|
#aliases
|
|
alias py=python
|
|
alias pytohn=python
|
|
alias pyton=python
|
|
alias py=python
|
|
alias py=python
|