another one..
This commit is contained in:
parent
757687059c
commit
fa0dbf1efa
1 changed files with 2 additions and 1 deletions
3
zshrc
3
zshrc
|
|
@ -2,7 +2,8 @@
|
|||
source "${HOME}/.zgen/zgen.zsh"
|
||||
|
||||
# Required for compdef calls to work
|
||||
autoload -Uz compinit && compinit -C
|
||||
autoload -Uz compinit && \
|
||||
compinit -C
|
||||
|
||||
# Plugins and configuration generator
|
||||
if ! zgen saved; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue