0

In a bash shell on linux, if I type:

echo $DISP

and hit tab, it completes to:

echo $DISPLAY

It doesn't work in bash on OSX 10.5, and I'm using the same .bashrc

Is there a shell option or setting I can use to set this.

Lachlan Roche
  • 25,678
  • 5
  • 79
  • 77
Julian Mann
  • 6,256
  • 5
  • 31
  • 43

2 Answers2

3

you may need to install bash_completion from darwin ports (http://bash-completion.darwinports.com/)

user262976
  • 1,994
  • 12
  • 7
1

I don't know if its what you want, but how about this?

ghostdog74
  • 327,991
  • 56
  • 259
  • 343