From d39575ff1439d027548d26a79370b2be371977ad Mon Sep 17 00:00:00 2001 From: hellerve Date: Thu, 28 May 2015 21:34:51 +0200 Subject: [PATCH] changed gcc alias to gcc 5 --- zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 80a95b4..b7b08dd 100644 --- a/zshrc +++ b/zshrc @@ -28,8 +28,8 @@ export NODE_PATH=/usr/local/lib/node_modules export TERM=rxvt export LC_ALL=$LANG alias ..="cd .." -alias gcc="gcc-4.9" -alias g++="g++-4.9" +alias gcc="gcc-5" +alias g++="g++-5" alias push="git push" alias pull="git pull" alias pupgrade2="python2.7 ~/.pip-upgrade 2"