From 7d1b50fa37abf8815eedb3fa13251cda4cd70830 Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Mon, 8 Sep 2014 15:40:53 +0200 Subject: [PATCH] Removed unnecesary alias --- bash_profile | 1 - zshrc | 1 - 2 files changed, 2 deletions(-) diff --git a/bash_profile b/bash_profile index 28a8593..b0ba026 100644 --- a/bash_profile +++ b/bash_profile @@ -4,7 +4,6 @@ export INFOPATH=$INFOPATH:/opt/local/share/info export PYTHONSTARTUP=~/.pythonrc alias gcc="gcc-mp-4.9" alias g++="g++-mp-4.9" -alias qmake4="/opt/local/bin/qmake" alias qmake="/usr/local/Qt-5.3.0/bin/qmake" alias python="python3.3" alias pip2="pip" diff --git a/zshrc b/zshrc index 5bfd570..84619b7 100644 --- a/zshrc +++ b/zshrc @@ -23,7 +23,6 @@ export NODE_PATH=/usr/local/lib/node_modules export TERM=rxvt alias gcc="gcc-mp-4.9" alias g++="g++-mp-4.9" -alias qmake4="/opt/local/bin/qmake" alias qmake="/usr/local/Qt-5.3.0/bin/qmake" alias python="python3.3" alias pip2="pip"