diff --git a/home/.bash_env b/home/.bash_env index e8bc0ee..faf07ba 100644 --- a/home/.bash_env +++ b/home/.bash_env @@ -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"