vim: add fireplace and editorconfig, remove Cr; zsh: move carp around
This commit is contained in:
2
zshrc
2
zshrc
@@ -34,7 +34,7 @@ export LANG=en_US.UTF-8
|
||||
export LC_ALL=$LANG
|
||||
export JAVA_HOME=`/usr/libexec/java_home -v 9`
|
||||
export GH_HOME=~/Documents/Code/Github
|
||||
export CARP_DIR=$GH_HOME/Carp/
|
||||
export CARP_DIR=$GH_HOME/carp/Carp/
|
||||
export EDITOR=vim
|
||||
alias dob="git branch --merged | grep -vE '(\*)|(master)|(dev)' | xargs -n 1 git branch -d"
|
||||
alias vi="stty stop '' -ixoff ; stty erase '^?'; vim"
|
||||
|
Reference in New Issue
Block a user