From 73df5aa72834c64ed1ff3270f4a89b74a07135e5 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Wed, 6 Oct 2021 06:19:38 -0700 Subject: [PATCH] Add systemd oh-my-zsh plugin --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index 16318c1..2cd9d3e 100644 --- a/.zshrc +++ b/.zshrc @@ -16,6 +16,10 @@ if [[ -f "$oh_my_zsh/oh-my-zsh.sh" ]]; then tmux ) + if [[ $(command -v systemctl) ]]; then + plugins+=(systemd) + fi + source "$oh_my_zsh/oh-my-zsh.sh" fi