From 12541d1a21d198091224a5e3c34fa7e746c74792 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Thu, 28 Sep 2017 18:42:47 -0500 Subject: VISUAL, EDITOR --- dotfiles/bashrc.sync | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/bashrc.sync b/dotfiles/bashrc.sync index d8d7953..4c8aae3 100644 --- a/dotfiles/bashrc.sync +++ b/dotfiles/bashrc.sync @@ -1,2 +1,6 @@ export PS1="\[\033[01;32m\]\u@\h \W \\$ \[$(tput sgr0)\] \[\033[0m\]" + export PATH="/opt/anaconda/bin:$PATH" + +export VISUAL=vim +export EDITOR="$VISUAL" -- cgit v1.2.3