Mac 操作系统屏幕上的 Git 自动补全
我在 mac 上使用 git 并配置了自动完成,如 http://www.codethatmatters.com/2010/01/git-autocomplete-in-mac-os-x/ 当我在纯终端中执行此操作时,它工作正常。
但在终端工作时我更喜欢使用 gnu screen 程序。当我按下选项卡时,屏幕上会发生注意到。也许有人知道如何解决它。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不使用
screen
但我认为如果你将source ~/git-completion.bash
放入它可能会起作用在 ~/.bashrc 中而不是 ~/.bash_profile 中声明。我不认为
screen
算作登录 shell。I don't use
screen
but I think it will probably work if you put thesource ~/git-completion.bash
statement in your ~/.bashrc instead of your ~/.bash_profile. I don't think
screen
counts as a login shell.