From: martin f. krafft Date: Sat, 2 Nov 2019 07:49:22 +0000 (+1300) Subject: move systemd aliases to systemd repo X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/e54f33f71ea6d96b1e2eafa445af4dd0fa9fe10a?hp=d347813e13f2a3d3151955466800497d184048fe move systemd aliases to systemd repo --- diff --git a/.gitignore.d/zsh b/.gitignore.d/zsh index f346081..9df5f91 100644 --- a/.gitignore.d/zsh +++ b/.gitignore.d/zsh @@ -99,7 +99,6 @@ !/.zsh/zshrc/85-git !/.zsh/zshrc/85-git-annex !/.zsh/zshrc/85-mime-integration -!/.zsh/zshrc/85-systemd !/.zsh/zshrc/90-ls_on_chdir !/.zsh/zshrc/90-run-help !/.zsh/zshrc/95-watch-users 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