annotate zshrc-systemd @ 130:ca2b58d0a32f

EPM_LOCATION -> EX_LOCATION
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 09 Mar 2018 16:03:11 +0100
parents 129d5bcd9814
children 383ea800bf98
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
128
129d5bcd9814 add zsh modules for inclusion
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
1 function sc() {
129d5bcd9814 add zsh modules for inclusion
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
2 systemctl $2 $1
129d5bcd9814 add zsh modules for inclusion
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
3 }