diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-02 12:07:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-02 12:07:42 -0300 |
commit | 1e62399a984f861e5c09105aeae93add96a4b313 (patch) | |
tree | 68011bd70048dcef7bffcad159bab431e34bd02b /status | |
parent | 6b7aa3e42187bf5092096533ea51434468c08cdc (diff) | |
download | scripts-1e62399a984f861e5c09105aeae93add96a4b313.tar.gz scripts-1e62399a984f861e5c09105aeae93add96a4b313.tar.bz2 |
Minor change
Diffstat (limited to 'status')
-rwxr-xr-x | status | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |