diff options
Diffstat (limited to '.bash_completion.d/pd.bashcomp')
-rw-r--r-- | .bash_completion.d/pd.bashcomp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.bash_completion.d/pd.bashcomp b/.bash_completion.d/pd.bashcomp index 4eb8044..bad53d3 100644 --- a/.bash_completion.d/pd.bashcomp +++ b/.bash_completion.d/pd.bashcomp @@ -1,2 +1,2 @@ -_xfunc perl _perldoc -complete -F _perldoc -o bashdefault pm pd +_comp_xfunc perl _comp_cmd_perldoc +complete -F _comp_cmd_perldoc -o bashdefault pm pd |