added erc
This commit is contained in:
9
zshrc
9
zshrc
@@ -36,9 +36,9 @@ export JAVA_HOME=`/usr/libexec/java_home -v 1.8`
|
||||
export GH_HOME=~/Documents/Code/Github
|
||||
export EDITOR=vim
|
||||
alias dob="git branch --merged | grep -vE '(\*)|(master)|(dev)' | xargs -n 1 git branch -d"
|
||||
alias vi="stty stop '' -ixoff ; vim"
|
||||
alias gcc="gcc-6"
|
||||
alias g++="g++-6"
|
||||
alias vi="stty stop '' -ixoff ; stty erase '^?'; vim"
|
||||
alias gcc="gcc-7"
|
||||
alias g++="g++-7"
|
||||
alias increment_version="zepto ~/.scripts/vincr.zp"
|
||||
alias mk="make"
|
||||
alias psh="perl ~/.scripts/psh"
|
||||
@@ -210,6 +210,7 @@ save_dotfiles(){
|
||||
cp -r ~/.scripts ${DOTPATH}
|
||||
cp ~/.bash_profile ${DOTPATH}bash_profile
|
||||
cp ~/.cardinalrc ${DOTPATH}cardinalrc
|
||||
cp ~/.erc ${DOTPATH}erc
|
||||
cp ~/.ghci ${DOTPATH}ghci
|
||||
cp ~/.gitconfig ${DOTPATH}gitconfig
|
||||
cp ~/.gitignore ${DOTPATH}gitignore
|
||||
@@ -322,4 +323,6 @@ function zeptosay () {
|
||||
|
||||
fortune | zeptosay
|
||||
|
||||
eval `opam config env`
|
||||
|
||||
source ~/.zshrc.priv
|
||||
|
Reference in New Issue
Block a user