aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/prompt.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-10-25 15:31:43 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-10-25 15:31:43 +1300
commit01c166da222b71d0b8dd57efd147dc5559f0a25b (patch)
treea258fad59c0c2c803ef587d8036cfb264320edb2 /bash/bashrc.d/prompt.bash
parentAdd new alias (diff)
downloaddotfiles-01c166da222b71d0b8dd57efd147dc5559f0a25b.tar.gz
dotfiles-01c166da222b71d0b8dd57efd147dc5559f0a25b.zip
Correct error in comment
Diffstat (limited to 'bash/bashrc.d/prompt.bash')
-rw-r--r--bash/bashrc.d/prompt.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/prompt.bash b/bash/bashrc.d/prompt.bash
index 89cf4ef7..0a6044b1 100644
--- a/bash/bashrc.d/prompt.bash
+++ b/bash/bashrc.d/prompt.bash
@@ -182,7 +182,7 @@ prompt() {
branch=${branch#branches/}
branch=${branch%%/*}
- # Parse the output of svn info to determine working copy state
+ # Parse the output of svn status to determine working copy state
local symbol modified untracked
while read -r symbol _; do
if [[ $symbol == *'?'* ]]; then