MENU
  
chsh -s /bin/bash
# .bashrc
export BASH_SILENCE_DEPRECATION_WARNING=1
source $(brew --prefix git)/etc/bash_completion.d/git-completion.bash
source $(brew --prefix git)/etc/bash_completion.d/git-prompt.sh
export PS1='\[\e]0;\u@\h: \w\a\]\[\e[0;36m\]\u@\h: \w\[\e[1;32m\]$(__git_ps1 " %s") \$ \[\e[0;37m\]'