mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
vscode default editor in xterm
This commit is contained in:
parent
db75cf7b79
commit
0863c224e8
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ source $ZSH/oh-my-zsh.sh
|
||||||
export EDITOR='vim'
|
export EDITOR='vim'
|
||||||
export LESS='-RX'
|
export LESS='-RX'
|
||||||
|
|
||||||
|
[ "$TERM" = "xterm-256color" ] && export EDITOR='code'
|
||||||
|
|
||||||
unsetopt correctall
|
unsetopt correctall
|
||||||
|
|
||||||
### Added by the Heroku Toolbelt and user local bin
|
### Added by the Heroku Toolbelt and user local bin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue