From 2300d89744e26136ebc64e84d483d94cf6f73f54 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 2 Nov 2019 20:50:07 +1300 Subject: [PATCH] import zsh aliases for systemctl --- .gitignore.d/systemd | 7 ++----- .zsh/aliases/sc | 1 + .zsh/aliases/scu | 1 + 3 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 .zsh/aliases/sc create mode 100644 .zsh/aliases/scu diff --git a/.gitignore.d/systemd b/.gitignore.d/systemd index 2ba71e2..442f4b0 100644 --- a/.gitignore.d/systemd +++ b/.gitignore.d/systemd @@ -1,8 +1,5 @@ * !/.config/systemd/user/.gitignore -!/.config/vcsh/hooks-available/systemd.update -!/.config/vcsh/hooks-enabled/systemd.post-clone -!/.config/vcsh/hooks-enabled/systemd.post-enter -!/.config/vcsh/hooks-enabled/systemd.post-pull -!/.config/vcsh/hooks-enabled/systemd.post-run !/.gitignore.d/systemd +!/.zsh/aliases/sc +!/.zsh/aliases/scu diff --git a/.zsh/aliases/sc b/.zsh/aliases/sc new file mode 100644 index 0000000..f232a07 --- /dev/null +++ b/.zsh/aliases/sc @@ -0,0 +1 @@ +systemctl diff --git a/.zsh/aliases/scu b/.zsh/aliases/scu new file mode 100644 index 0000000..7823dbb --- /dev/null +++ b/.zsh/aliases/scu @@ -0,0 +1 @@ +systemctl --user -- 2.39.2