X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/0610542002bc5d0740ec24a042db5b40a487e777..5dc4d9aa8c7835d46aeb8afc2123c5e344a58df4:/.zsh/zshrc/85-systemd diff --git a/.zsh/zshrc/85-systemd b/.zsh/zshrc/85-systemd new file mode 100644 index 0000000..34be874 --- /dev/null +++ b/.zsh/zshrc/85-systemd @@ -0,0 +1,13 @@ +# +# set up git aliases and functions +# +# Copyright © 2018 martin f. krafft +# Released under the terms of the Artistic Licence 2.0 +# +# Source repository: http://git.madduck.net/v/etc/zsh.git +# + +alias sc=systemctl +alias scu='sc --user' + +# vim:ft=zsh