Browse Source

Change system editor to vim

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

2
dotfiles/bash/bashrc

@ -101,7 +101,7 @@ alias k8='kubectl'
# -------------- EXPORTS --------------#
export EDITOR=emacs
export EDITOR=vim
export CC=$(which clang)
export CXX=$(which clang++)
export OPENSSL_ROOT_DIR=$(which openssl)

Loading…
Cancel
Save