fix: remove brew stuff

mac only :(
This commit is contained in:
2018-05-31 16:29:37 -07:00
parent c253b61fb0
commit 5dcd2cf0d2
2 changed files with 1 additions and 5 deletions

View File

@@ -65,10 +65,6 @@ function parse_git_branch {
return
}
if [ -f `brew --prefix`/etc/bash_completion ]; then
. `brew --prefix`/etc/bash_completion
fi
export TERM="xterm-color"
alias ls="ls -G"
export PS1="$PURPLE\u@\h$WHITE:$BLUE\w$YELLOW\$(parse_git_branch)$WHITE\$ "