cswimr/home
Archived
Template
1
0
Fork 0

add systemd plugin

This commit is contained in:
Seaswimmer 2024-07-10 12:18:48 -04:00
parent 16ef4f6af4
commit 8923909e7f
Signed by: cswimr
GPG key ID: 3813315477F26F82

2
.zshrc
View file

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