gcc5->gcc6
This commit is contained in:
4
zshrc
4
zshrc
@@ -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"
|
||||||
|
Reference in New Issue
Block a user