change EDITOR variable

This commit is contained in:
Dmytro Meleshko 2018-07-03 11:57:03 +03:00
parent 03496920d0
commit 58ac67c492
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export DEFAULT_USER=dmitmel
if [[ -n $SSH_CONNECTION ]]; then
export EDITOR="rmate"
else
export EDITOR="code"
export EDITOR="code --wait"
fi
export CLICOLOR=1