Add systemd oh-my-zsh plugin

This commit is contained in:
Kevin Cotugno 2021-10-06 06:19:38 -07:00
parent 0640801da4
commit 73df5aa728

4
.zshrc
View File

@ -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