4

I've using git on mac and I have configured autocompletion as written at http://www.codethatmatters.com/2010/01/git-autocomplete-in-mac-os-x/ It works fine when I do it in pure terminal.

But I prefer to use gnu screen program when working in terminal. And in screen when I press tab noting happen. Maybe someone knows how to fix it.

4

1 に答える 1

6

私は使用しませんが 、~/.bash_profile の代わりに ~/.bashrc にステートメントscreenを入れるとおそらくうまくいくと思います。ログインシェルとしてはカウントされsource ~/git-completion.bashないと思います。screen

于 2010-10-12T23:52:27.200 に答える