Jim Cheetham wrote:
Try -o plusdirs instead.
All right! So the line is now... complete -o plusdirs -f -X '!*.image' squeak ...or more generically... complete -o plusdirs -f -X '!*.EXTENTION' COMMAND
So that's that completely solved! Thanks, Aidan
Jim Cheetham wrote:
Try -o plusdirs instead.
All right! So the line is now... complete -o plusdirs -f -X '!*.image' squeak ...or more generically... complete -o plusdirs -f -X '!*.EXTENTION' COMMAND
So that's that completely solved! Thanks, Aidan