From 10566262d360a163d1c6d94192a35b9e5425c7a6 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Wed, 27 May 2020 10:36:12 -0700 Subject: [PATCH] Change system editor to vim --- dotfiles/bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/bash/bashrc b/dotfiles/bash/bashrc index a7c89ef..cb60cab 100644 --- a/dotfiles/bash/bashrc +++ b/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)