Deprecated: Array and string offset access syntax with curly braces is deprecated in /mnt/hep_web/hep_web/member/n-kota/dokuwiki/inc/init.php on line 542
ja:bash:wanttodo6

macでsshのホスト名の補完など: bash-completion

こちらのサイトを参考にさせてもらった。

sudo port install bash-completion

でインストール。

これだけでは動かなくて、あと数ステップ必要だった。

if [ -f /opt/local/etc/profile.d/bash_completion.sh ]; then
. /opt/local/etc/profile.d/bash_completion.sh
fi