modife completion
This commit is contained in:
parent
879a2f0504
commit
811fe87742
12
completion
12
completion
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue