add systemd plugin
This commit is contained in:
parent
16ef4f6af4
commit
8923909e7f
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.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
|
||||
|
||||
|
|
Reference in a new issue