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
cmpt_prj(){
for opt in `ls ~/dev`; do
COMPREPLY+=("$opt")
done
}
complete -F cmpt_prj prj
# cmpt_prj(){
# for opt in `ls ~/dev`; do
# COMPREPLY+=("$opt")
# done
# }
# complete -F cmpt_prj prj