I'm having an odd problem with the .bashrc
file.
I've added the following line so git could show me the current branch on prompt (I saw this tip here)
#Show branch in status line
PS1='[\W$(__git_ps1 " (%s)")]\$ ' export PROMPT_COMMAND='echo -ne "\033]0;${PWD/#$HOME/~}\007"'
But it doesn't work.
Also, I can't add my own aliases, if I add some to .bashrc_aliases
it doesn't seem to read them.