less than 1 minute read

I have deleted all my posts and i want to rebuild a new blog, including new tools and new programming languages. By the way, I got an conditional offer from UQ, Hope i can pass all the text. :smile:

Titles

Here will be somethings i want to post.

Finished

Here will be some titles which are finished.

在这里我们首先说一下mac终端执行命令的时候,不会像在windows系统中安装的linux一样支持自动补全,需要自己去调试

步骤如下:

(1)打开终端输入nano .inputrc(这里一定要注意nano后面有一个空格)

(2)在nano编辑器中写上如下命令

   set completion-ignore-case on
   set show-all-if-ambiguous on
   TAB: menu-complete

(3)按下ctrl+o,回车,重启终端,自动补全按tab键就可以

Categories:

Updated: