2015년 4월 10일 금요일

Tab auto-completion case-insensitive in the terminal

Open a terminal and type the below command:

echo set completion-ignore-case on | sudo tee -a /etc/inputrc
Enter password. Restart terminal.

If in some case you want to remove case insensitive, just edit /etc/inputrc file by 
removing the set completion-ignore-case line.

That's all.

[refer to askubuntu.com]

댓글 1개:

  1. CentOS 의 경우

    echo set completion-ignore-case on | sudo tee -a /etc/inputrc

    답글삭제