diff options
author | Blaise Thompson <blaise@untzag.com> | 2017-09-28 18:42:47 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2017-09-28 18:42:47 -0500 |
commit | 12541d1a21d198091224a5e3c34fa7e746c74792 (patch) | |
tree | dd808dcccd58eff37a3bba59f0fd5b7847569fa3 /dotfiles | |
parent | e499bec4763c32de27e7c8b76dd63d524973a061 (diff) |
VISUAL, EDITOR
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/bashrc.sync | 4 |
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" |