Update README.md

This commit is contained in:
Robert Kiel
2016-05-12 14:19:10 -04:00
parent 6d9d72484a
commit 63e578bc77

View File

@@ -50,7 +50,7 @@ Here's a sample prompt that includes the current branch (i.e. `$(__git_ps1 " %s"
export PS1='[\[\e[0;35m\]\u@\h\[\e[0m\] \[\e[1;34m\]\W\[\e[0;32m\]$(__git_ps1 " %s")\[\e[0m\]]\$ ' export PS1='[\[\e[0;35m\]\u@\h\[\e[0m\] \[\e[1;34m\]\W\[\e[0;32m\]$(__git_ps1 " %s")\[\e[0m\]]\$ '
``` ```
To include the `bash` aliases and enable tab completion for the `feature` script, add the following to `.bashrc` (OS X) `.bashrc` (Linux) To include the `bash` aliases and enable tab completion for the `feature` script, add the following to `.bashrc`.
``` ```
source ~/GitHub/rkiel/git-utilities/dotfiles/bashrc source ~/GitHub/rkiel/git-utilities/dotfiles/bashrc