From f10d885874c55fcb4571430d486dceae7b6d21e0 Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Wed, 12 Nov 2014 12:39:45 +0100 Subject: [PATCH] Added alias for pypy --- bash_profile | 1 + zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/bash_profile b/bash_profile index 67c768b..8265f09 100644 --- a/bash_profile +++ b/bash_profile @@ -10,6 +10,7 @@ alias qmake="/usr/local/Cellar/qt5/5.3.2/bin/qmake" alias python="python3.3" alias pip2="/usr/local/bin/pip" alias pip="pip3" +alias pypy="pypy3" alias cdtan="cd ~/Documents/Code/Github/Detanglement/src/server/detanglement" alias cdpy="cd ~/Documents/Code/Github/AudioPython" alias cdl="cd ~/Documents/Github/development/VetoLC" diff --git a/zshrc b/zshrc index 67efc46..653e1c7 100644 --- a/zshrc +++ b/zshrc @@ -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"