Browse Source

Change EDITOR to nvim

master
Taylor Bockman 4 years ago
parent
commit
e467b81da7
  1. 2
      dotfiles/bash/bashrc

2
dotfiles/bash/bashrc

@ -83,7 +83,7 @@ alias vim='nvim'
# -------------- EXPORTS --------------#
export EDITOR=vim
export EDITOR=nvim
export CC=$(which clang)
export CXX=$(which clang++)
export OPENSSL_ROOT_DIR=$(which openssl)

Loading…
Cancel
Save