modife completion

This commit is contained in:
_N3m0 2023-02-05 10:12:25 +01:00
parent 879a2f0504
commit 811fe87742
1 changed files with 6 additions and 6 deletions

View File

@ -15,9 +15,9 @@ cmpt_newp(){
} }
complete -F cmpt_newp newp complete -F cmpt_newp newp
cmpt_prj(){ # cmpt_prj(){
for opt in `ls ~/dev`; do # for opt in `ls ~/dev`; do
COMPREPLY+=("$opt") # COMPREPLY+=("$opt")
done # done
} # }
complete -F cmpt_prj prj # complete -F cmpt_prj prj