vim: add fireplace and editorconfig, remove Cr; zsh: move carp around

This commit is contained in:
2018-11-13 17:19:07 +01:00
parent 7bf2883a26
commit 221ebbb243
2 changed files with 6 additions and 2 deletions

2
zshrc
View File

@@ -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"