diff zshrc-systemd @ 128:129d5bcd9814

add zsh modules for inclusion
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 16 Feb 2018 08:48:05 +0100
parents
children 383ea800bf98
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/zshrc-systemd	Fri Feb 16 08:48:05 2018 +0100
@@ -0,0 +1,3 @@
+function sc() {
+	systemctl $2 $1
+}