summaryrefslogtreecommitdiff
path: root/dotfiles/bashrc.sync
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2017-09-28 18:42:47 -0500
committerBlaise Thompson <blaise@untzag.com>2017-09-28 18:42:47 -0500
commit12541d1a21d198091224a5e3c34fa7e746c74792 (patch)
treedd808dcccd58eff37a3bba59f0fd5b7847569fa3 /dotfiles/bashrc.sync
parente499bec4763c32de27e7c8b76dd63d524973a061 (diff)
VISUAL, EDITOR
Diffstat (limited to 'dotfiles/bashrc.sync')
-rw-r--r--dotfiles/bashrc.sync4
1 files changed, 4 insertions, 0 deletions
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"