summaryrefslogtreecommitdiff
path: root/dotfiles/bashrc.sync
blob: 4c8aae318e19bc64782ba1f145da104b46b08763 (plain)
1
2
3
4
5
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"