From e54f33f71ea6d96b1e2eafa445af4dd0fa9fe10a Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 2 Nov 2019 20:49:22 +1300 Subject: [PATCH] move systemd aliases to systemd repo --- .gitignore.d/zsh | 1 - .zsh/zshrc/85-systemd | 13 ------------- 2 files changed, 14 deletions(-) delete mode 100644 .zsh/zshrc/85-systemd 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 -- 2.39.2