#!/bin/sh
grep ^\\\[ ~/.mrconfig | tr -d [] | grep -vE "^(DEFAULT|ALIAS)$" | sort -u
