gcc5->gcc6

This commit is contained in:
hellerve
2016-06-29 13:13:25 +02:00
parent ab2919a740
commit 3abf9281cc

4
zshrc
View File

@@ -35,8 +35,8 @@ export JAVA_HOME=`/usr/libexec/java_home -v 1.8`
export GH_HOME=~/Documents/Code/Github export GH_HOME=~/Documents/Code/Github
alias dob="git branch --merged | grep -vE '(\*)|(master)|(dev)' | xargs -n 1 git branch -d" alias dob="git branch --merged | grep -vE '(\*)|(master)|(dev)' | xargs -n 1 git branch -d"
alias vi="stty stop '' -ixoff ; vim" alias vi="stty stop '' -ixoff ; vim"
alias gcc="gcc-5" alias gcc="gcc-6"
alias g++="g++-5" alias g++="g++-6"
alias psh="perl ~/.scripts/psh" alias psh="perl ~/.scripts/psh"
alias push="git push" alias push="git push"
alias pull="git pull" alias pull="git pull"