Mercurial > hg > zsh-env
annotate zshrc-systemd @ 143:870bb3be824f
change version of JDK10
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Mon, 03 Sep 2018 13:11:19 +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 } |