Tips

=
どうゆう訳か = をコマンド補完機能で呼び出すと変わった動作をする。
$ ls -a
.   ._shell   .bash_history  .bash_profile  .history  .ssh       bin   shell
..  .ansible  .bash_logout   .bashrc        .lesshst  Downloads  memo  work

$ ./[TAB][TAB]
._shell    .ansible/  .ssh/      Downloads/ bin/       shell/     work/

$ =[TAB][TAB]
._shell        .bash_logout   .history       Downloads/     shell/
.ansible/      .bash_profile  .lesshst       bin/           work/
.bash_history  .bashrc        .ssh/          memo
./ で補完した場合は、bash が管理しているファイルを目隠ししているようです。