update EDITOR variable

This commit is contained in:
Steffen Vogel 2019-07-21 10:12:04 +02:00
parent a2434cf319
commit d044f09f64

View file

@ -37,8 +37,8 @@ if [ -d /opt/man-pages ]; then
export MANPATH=/opt/man-pages:$MANPATH
fi
if [ -x /usr/local/bin/code ]; then
export EDITOR="/usr/local/bin/code -w"
if [ -x /usr/local/bin/code-insiders ]; then
export EDITOR="/usr/local/bin/code-insiders -w"
else
export EDITOR=vim
fi
@ -47,7 +47,6 @@ export RESTIC_REPOSITORY="sftp://172.23.157.2//srv/Data/Backup/Restic/Macbook"
export GCC_COLORS="error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01"
export EDITOR=vim
export DEBEMAIL="post@steffenvogel.de"
export DEBFULLNAME="Steffen Vogel"