From 63e578bc77d2be21cd755032fbe9f5fd23cd4250 Mon Sep 17 00:00:00 2001 From: Robert Kiel Date: Thu, 12 May 2016 14:19:10 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7ad4c5..e60e0ec 100644 --- a/README.md +++ b/README.md @@ -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\]]\$ ' ``` -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