diff --git a/dotfiles/bash/bashrc b/dotfiles/bash/bashrc index fb24026..e12a9c4 100644 --- a/dotfiles/bash/bashrc +++ b/dotfiles/bash/bashrc @@ -92,7 +92,7 @@ alias gitc='git commit' # -------------- EXPORTS --------------# -export EDITOR=nvim +export EDITOR=emacs export CC=$(which clang) export CXX=$(which clang++) export OPENSSL_ROOT_DIR=$(which openssl)