牌語備忘録 -pygo

あくまでもメモです。なるべくオフィシャルの情報を参照してください。

牌語備忘録 -pygo

MacPorts で 『bash-completion』メモ

Install

sudo port install bash-completion

bashrc

# bash-completion
if [ -f /opt/local/etc/bash_completion ]; then
    . /opt/local/etc/bash_completion
fi

Install +bash_completion variant

mercurial
sudo port install mercurial +bash_completion
git
sudo port install git-core +bash_completion

Optional Parts

Install +bash_completion variant automatically with all ports
+bash_completion