Mercurial > hg > zsh-env
annotate zshrc-systemd @ 133:4a181ed71eb5
use EX_LOCATION if defined, fall back to EPM_LOCATION
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 19 Jun 2018 07:50:16 +0200 |
parents | 129d5bcd9814 |
children | 383ea800bf98 |
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 } |