X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/d347813e13f2a3d3151955466800497d184048fe..e54f33f71ea6d96b1e2eafa445af4dd0fa9fe10a:/.zsh/zshrc/85-systemd diff --git a/.zsh/zshrc/85-systemd b/.zsh/zshrc/85-systemd deleted file mode 100644 index 34be874..0000000 --- a/.zsh/zshrc/85-systemd +++ /dev/null @@ -1,13 +0,0 @@ -# -# 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