<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: git completion in zsh</title>
	<atom:link href="http://brian.pontarelli.com/2008/11/21/git-completion-in-zsh/feed/" rel="self" type="application/rss+xml" />
	<link>http://brian.pontarelli.com/2008/11/21/git-completion-in-zsh/</link>
	<description>Brian Pontarelli</description>
	<pubDate>Sat, 31 Jul 2010 07:01:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Arild Shirazi</title>
		<link>http://brian.pontarelli.com/2008/11/21/git-completion-in-zsh/#comment-82538</link>
		<dc:creator>Arild Shirazi</dc:creator>
		<pubDate>Wed, 17 Jun 2009 19:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://brian.pontarelli.com/?p=233#comment-82538</guid>
		<description>Thanks a bunch! Not having completion was driving me crazy.

Since this is for Mac OS X, I thought I would pass along another tip for adding to the PATH. /usr/libexec/path_helper looks for files in /etc/paths.d and appends their contents to the PATH.

Thus to get git tab completion on my Mac:
echo "/usr/local/git/libexec/git-core" &#124; sudo tee -a /etc/paths.d/git</description>
		<content:encoded><![CDATA[<p>Thanks a bunch! Not having completion was driving me crazy.</p>
<p>Since this is for Mac OS X, I thought I would pass along another tip for adding to the PATH. /usr/libexec/path_helper looks for files in /etc/paths.d and appends their contents to the PATH.</p>
<p>Thus to get git tab completion on my Mac:<br />
echo &#8220;/usr/local/git/libexec/git-core&#8221; | sudo tee -a /etc/paths.d/git</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GJ</title>
		<link>http://brian.pontarelli.com/2008/11/21/git-completion-in-zsh/#comment-68715</link>
		<dc:creator>GJ</dc:creator>
		<pubDate>Mon, 09 Mar 2009 15:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://brian.pontarelli.com/?p=233#comment-68715</guid>
		<description>Just what I was look for, great :)</description>
		<content:encoded><![CDATA[<p>Just what I was look for, great :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bjørn Arild Mæland</title>
		<link>http://brian.pontarelli.com/2008/11/21/git-completion-in-zsh/#comment-50626</link>
		<dc:creator>Bjørn Arild Mæland</dc:creator>
		<pubDate>Tue, 13 Jan 2009 06:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://brian.pontarelli.com/?p=233#comment-50626</guid>
		<description>Thanks for posting, this fixed my problem. :)</description>
		<content:encoded><![CDATA[<p>Thanks for posting, this fixed my problem. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
