From 8923909e7fa302989c276ee5d8f2adff025bffa7 Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Wed, 10 Jul 2024 12:18:48 -0400 Subject: [PATCH] add systemd plugin --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index ebbd143..9eddae2 100644 --- a/.zshrc +++ b/.zshrc @@ -70,7 +70,7 @@ ZSH_CUSTOM=$HOME/.zshc # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git colored-man-pages colorize command-not-found cp pyenv pip python virtualenv virtualenvwrapper poetry-env archlinux appup fast-syntax-highlighting) +plugins=(git colored-man-pages colorize command-not-found cp pyenv pip python virtualenv virtualenvwrapper poetry-env systemd archlinux appup fast-syntax-highlighting) fpath+="${ZSH_CUSTOM:-"$ZSH/custom"}/plugins/zsh-completions/src" source $ZSH/oh-my-zsh.sh