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