#37117: git-core 1.8.0 bash completions missing git-prompt.sh code -----------------------+------------------------- Reporter: jeff@… | Owner: ciserlohn@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: invalid | Keywords: Port: git-core | -----------------------+------------------------- Changes (by ciserlohn@…): * status: new => closed * resolution: => invalid Comment: The git-core port always installs git-prompt.sh. It located in ${prefix}/share/git-core/ (use 'port contents git-core' to find it on your system). You will have to add something like this to your ~/.bashrc or ~/.profile to use it: {{{ if [ -f /opt/local/share/git-core/git-prompt.sh ]; then . /opt/local/share/git-core/git-prompt.sh fi }}} -- Ticket URL: <https://trac.macports.org/ticket/37117#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS