Enable scmpuff integration if installed
This commit is contained in:
parent
89e3f7f93a
commit
651b4ae517
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ zmodule zsh-users/zsh-autosuggestions
|
||||||
|
|
||||||
(( ${+commands[brew]} )) && zmodule homebrew
|
(( ${+commands[brew]} )) && zmodule homebrew
|
||||||
zeval-if-installed direnv 'direnv hook zsh'
|
zeval-if-installed direnv 'direnv hook zsh'
|
||||||
|
zeval-if-installed scmpuff 'scmpuff init --shell=zsh'
|
||||||
|
|
||||||
# Additional completion definitions for Zsh.
|
# Additional completion definitions for Zsh.
|
||||||
zmodule zsh-users/zsh-completions --fpath src
|
zmodule zsh-users/zsh-completions --fpath src
|
||||||
|
|
Loading…
Reference in a new issue