fix: remove brew stuff
mac only :(
This commit is contained in:
@@ -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\$ "
|
||||
|
||||
Reference in New Issue
Block a user