aboutsummaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
Diffstat (limited to 'status')
-rwxr-xr-xstatus3
1 files changed, 1 insertions, 2 deletions
diff --git a/status b/status
index 9f364f3..6302d2e 100755
--- a/status
+++ b/status
@@ -82,8 +82,7 @@ function status_run {
# Replace eventual "/mnt/crypt/home/$USER" with "~/" from output
# Piping through sed also handles mr's dynamic output weirdness
- #mrconfig-updater && mr -m status | sed -e 's|/mnt/crypt/home/[a-Z]*/|~/|'
- mrconfig-updater && mr -m status | sed -e "s|/mnt/crypt/home/$USER/|~/|"
+ mrconfig-updater && mr -m status | sed -e "s|/mnt/crypt/home/$USER/|~/|" -e "s|$HOME|~/|"
fi
# Check your TODO lists