summaryrefslogtreecommitdiff
path: root/dotfiles/bashrc.sync
blob: 72fc9fd616741d455222fba091ce10c02cbf3c71 (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"