From af12a67bd25fd9923235dc5986e8a67a6d0f7469 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Mon, 21 Jan 2019 00:28:23 +1100 Subject: [PATCH] bash: fixed typo --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index dd3cfa2..dabceac 100644 --- a/.bashrc +++ b/.bashrc @@ -118,7 +118,7 @@ function my_svn_ps1 { find_up_exists .svn || return local status status="$(svn status --ignore-externals 2> /dev/null | cut -c1 | sort -u | tr -d ' \n')" - [ -n "$status" ] && echo -n " ($s)" + [ -n "$status" ] && echo -n " ($status)" } # Two line prompt -- 2.39.2