zsh: aliases.zsh: remove colorcolumn in sp-vim

This commit is contained in:
Thomas Preisner 2018-05-18 15:59:12 +02:00
parent 11ba19b5b5
commit 202ebad614

View file

@ -39,5 +39,5 @@ alias automake='while true; do inotifywait -r -e modify . && make; done;'
# ===== sp aliases
alias xterm='xterm -fa terminus -fs 8'
alias bim='vim +"set background=light"'
alias bim='vim +"set background=light colorcolumn=0"'
alias valgrind='valgrind --leak-check=full --show-reachable=yes'