update EDITOR variable

This commit is contained in:
Steffen Vogel 2019-07-21 10:12:04 +02:00
parent cd7ca66202
commit e850ec8d09
1 changed files with 2 additions and 3 deletions

View File

@ -51,8 +51,8 @@ if [ -r ~/.gpg-agent-info ]; then
export SSH_AGENT_PID
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
@ -61,7 +61,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"