From 1e62399a984f861e5c09105aeae93add96a4b313 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 2 Oct 2017 12:07:42 -0300 Subject: Minor change --- status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'status') diff --git a/status b/status index 6302d2e..43d1ac3 100755 --- a/status +++ b/status @@ -82,7 +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/$USER/|~/|" -e "s|$HOME|~/|" + mrconfig-updater && mr -m status | sed -e "s|/mnt/crypt/home/$USER/|~/|" -e "s|$HOME|~|" fi # Check your TODO lists -- cgit v1.2.3