summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xme3
1 files changed, 2 insertions, 1 deletions
diff --git a/me b/me
index 1d7c3a9..46e8215 100755
--- a/me
+++ b/me
@@ -8,8 +8,9 @@ for d in ~/config/ ~/org/ ~/web/ ~/bin/ ~/.password-store/ ~/me/
do
cd "${d}"
+ dirname=${d/\/home\/ben/\~}
status=$(unbuffer git status -sb | tr -d '#')
- printf "%-20s: %s\n\n" "${d}" "${status}"
+ printf "%-20s: %s\n\n" "${dirname}" "${status}"
done
cd "${cur}"