4 lines
107 B
Shell
4 lines
107 B
Shell
# add cpanm completion function to path
|
|
fpath=($ZSH/plugins/cpanm $fpath)
|
|
autoload -U compinit
|
|
compinit -i
|