2009-10-01から1ヶ月間の記事一覧
MacPortsでgitとbash-completionをインストール $ sudo port install git-core $ sudo port install bash-completion .bashrcを修正 if [ -f /opt/local/etc/bash_completion ]; then . /opt/local/etc/bash_completion fi if [ -f /opt/local/share/doc/git…