diff options
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" |