開発環境がまだMacになってきたので、プロンプトとかbash_completionとか、だんだん分かってきたbashの細かいとこをちゃんと設定してみた。 成果 見やすいプロンプト。特にgitの状態 myuser@host ~/dev/foo (bar-branch) $ git rebase -i HEAD^^ myuser@host ~/dev/foo (bar-branch|REBASE-i) $ ここじゃ再現できないけど色も付いてます。 gitコマンドの補完(gitに限った機能じゃないけど $ git c[tab][tab] checkout cherry-pick clean commit credential-cache cherry citool clone config credential-store 設定方法 $ sudo port install bash-comple