vscode default editor in xterm

This commit is contained in:
Gaetan Semet 2018-01-24 14:53:29 +01:00
commit 0863c224e8

View file

@ -77,6 +77,8 @@ source $ZSH/oh-my-zsh.sh
export EDITOR='vim'
export LESS='-RX'
[ "$TERM" = "xterm-256color" ] && export EDITOR='code'
unsetopt correctall
### Added by the Heroku Toolbelt and user local bin