摘要: 1、安装 bash-completion sudo apt-get install bash-completion 2、编辑~/.bashrc 文件 vim ~/.bashrc # 添加如下内容 if [ -f /etc/bash_completion ]; then . /etc/bash_com 阅读全文
posted @ 2023-01-28 01:24 黄河大道东 阅读(1964) 评论(0) 推荐(0)