Added alias for pypy

This commit is contained in:
Veit Heller
2014-11-12 12:39:45 +01:00
parent f29fa9176b
commit f10d885874
2 changed files with 2 additions and 0 deletions

1
zshrc
View File

@@ -29,6 +29,7 @@ alias qmake="/usr/local/Cellar/qt5/5.3.2/bin/qmake"
alias python="python3.4"
alias pip2="/usr/local/bin/pip"
alias pip="pip3"
alias pypy="pypy3"
alias cdtan="cd ~/Documents/Code/Github/development/Detanglement/src/server/detanglement"
alias cdpy="cd ~/Documents/Code/Github/development/AudioPython"
alias cdl="cd ~/Documents/Code/Github/development/VetoLC"