fi
# Update your mrconfig and check all registered repositories
- # Pipe through cat so we don't have to deal with mr's dynamic output weirdness
if which mr &> /dev/null; then
- mrconfig-updater && mr -m status | cat
+ # Pipe through cat so we don't have to deal with mr's dynamic output weirdness
+ #mrconfig-updater && mr -m status | cat
+
+ # 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/|~/|"
fi
# Check your TODO lists