Use Neovim as $EDITOR
This commit is contained in:
@@ -25,7 +25,7 @@ zstyle ':completion:*:descriptions' format %d
|
|||||||
export COMPLETION_WAITING_DOTS="true"
|
export COMPLETION_WAITING_DOTS="true"
|
||||||
export TERM="xterm-256color"
|
export TERM="xterm-256color"
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
export EDITOR="code -nw"
|
export EDITOR="nvim"
|
||||||
export RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl@1.1)"
|
export RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl@1.1)"
|
||||||
export PATH="$HOME/go/bin:$(npm -g bin):/usr/local/sbin:$PATH"
|
export PATH="$HOME/go/bin:$(npm -g bin):/usr/local/sbin:$PATH"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user