#!/bin/sh

grep "^alias" /etc/profile.d/martem_alias.sh | sed -E 's/^alias ([^=]*)="[^#]*# (.*$)/\1 - \2/'

grep "^[^ ]*()" /etc/profile.d/martem_alias.sh | sed -E 's/([^(]*)\(\)[^#]*# (.*$)/\1 - \2/'