diff options
author | Blaise Thompson <blaise@untzag.com> | 2018-06-04 21:40:37 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2018-06-04 21:40:37 -0500 |
commit | e1759db224f98b589aeb3e2e65a2ea90a737a5c5 (patch) | |
tree | 1fc44df4c3aa0072b191ed9fa685b4f89b2bb9be /dotfiles | |
parent | 3ad017f9238358e71ac4f6ebcad83dd1e24462b8 (diff) |
2018-06-04 21:40
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/bashrc.sync | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dotfiles/bashrc.sync b/dotfiles/bashrc.sync index c96dbc9..9d107fe 100644 --- a/dotfiles/bashrc.sync +++ b/dotfiles/bashrc.sync @@ -1,7 +1,5 @@ export PS1="\[\033[01;32m\]\u@\h \W \\$ \[$(tput sgr0)\]\[\033[0m\]" -export PATH="/opt/anaconda/bin:$PATH" - export VISUAL=vim export EDITOR="$VISUAL" |