linux tab开启自动提示功能

https://www.jianshu.com/p/f5635f967f2a

vi /etc/bash.bashrc

反注释掉该部分内容即可

1.  #enable bash completion in interactive shells  
2.  #if ! shopt -oq posix; then  
3.  #      if [-f  /usr/share/bash-completion/bash_completion ]; then  
4.  #          . /usr/share/bash-completion/bash_completion  
5.  #      elif [ -f /etc/bash_completion]; then  
6.  #           . /etc/bash_completion  
7.  #      fi  
8.  #fi  

posted @ 2020-08-22 17:59  那时一个人  阅读(614)  评论(0编辑  收藏  举报