summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"