diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..c875a36 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,5 @@ + if [ -f ~/.bashrc ]; then + source ~/.git-prompt.sh + source ~/.bashrc + PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$(__git_ps1 " (%s)")\$ ' + fi