update EDITOR variable
This commit is contained in:
parent
a2434cf319
commit
d044f09f64
1 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue