CubieBoard中文论坛

 找回密码
 立即注册
搜索
热搜: unable
查看: 5658|回复: 0

cubieboard ubuntu 开启bash增强自动补全

[复制链接]
发表于 2013-12-4 10:54:36 | 显示全部楼层 |阅读模式
本帖最后由 gamexg 于 2013-12-4 10:58 编辑

cubieboard ubuntu 开启bash增强自动补全

cubieboard ubuntu 默认没有增强自动补全,用起来真难受。

¥sudo apt-get install bash-completion

修改 /etc/bash.bashrc文件,去掉下面内容的注释
# enable bash completion in interactive shells
if ! shopt -oq posix; then
  if [ -f /usr/share/bash-completion/bash_completion ]; then
    . /usr/share/bash-completion/bash_completion
  elif [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
  fi
fi


然后 source /etc/profile 一下就可以了。

看了一下,发现 ~/.bashrc 下面就有启动增强自动补全的代码,也就是只用安装 bash-completion 就可以了。



回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|粤ICP备13051116号|cubie.cc---深刻的嵌入式技术讨论社区

GMT+8, 2024-11-26 02:27 , Processed in 0.018916 second(s), 15 queries .

Powered by Discuz! X3.4

© 2001-2012 Comsenz Inc. | Style by Coxxs

返回顶部