<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris J Mears &#187; mac os x</title>
	<atom:link href="http://chrisjmears.com/tag/mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisjmears.com</link>
	<description>Web Developer in Ruby on Rails and CakePHP</description>
	<lastBuildDate>Thu, 17 Dec 2009 22:24:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Textmate and Git Bundle</title>
		<link>http://chrisjmears.com/2009/09/textmate-and-git-bundle/</link>
		<comments>http://chrisjmears.com/2009/09/textmate-and-git-bundle/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 22:42:38 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Geeky Stuff]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[textmate]]></category>

		<guid isPermaLink="false">http://chrisjmears.com/?p=173</guid>
		<description><![CDATA[I just recently had this problem and saw that the answer was buried in a TextMate blog entry comment thread.
Are you getting the following error whenever you try to use the bundle?
sh: git: command not found  
Did you install git through Macports or manually compile the source?  Could your Git bundle for TextMate [...]]]></description>
			<content:encoded><![CDATA[<p>I just recently had this problem and saw that the answer was <a href="http://blog.macromates.com/2008/git-bundle/#comment-3070">buried</a> in a <a href="http://blog.macromates.com/2008/git-bundle/">TextMate blog entry</a> comment thread.</p>
<p>Are you getting the following error whenever you try to use the bundle?</p>
<p><code>sh: git: command not found</code>  </p>
<p>Did you install git through Macports or manually compile the source?  Could your Git bundle for TextMate be a tad old?</p>
<p>All of the above was true for me, but I was easily able to solve the issue with the following command:</p>
<p><code>sudo ln -s /opt/local/bin/git /usr/bin/git</code></p>
<p>Hope that cuts back on troubleshooting time for some of you out there!</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisjmears.com/2009/09/textmate-and-git-bundle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X Terminal Aliases</title>
		<link>http://chrisjmears.com/2009/05/mac-os-x-terminal-aliases/</link>
		<comments>http://chrisjmears.com/2009/05/mac-os-x-terminal-aliases/#comments</comments>
		<pubDate>Fri, 22 May 2009 06:49:48 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Geeky Stuff]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://chrisjmears.com/?p=171</guid>
		<description><![CDATA[Partly because I wanted to post more and partly because I transfer computers a lot and I figure a blog is as good place as any to share my thoughts with, well, myself.
Here&#8217;s a list of aliases I&#8217;ve collected over the times searching the Internet (note: so far, not so many, but that&#8217;ll change as [...]]]></description>
			<content:encoded><![CDATA[<p>Partly because I wanted to post more and partly because I transfer computers a lot and I figure a blog is as good place as any to share my thoughts with, well, myself.</p>
<p>Here&#8217;s a list of aliases I&#8217;ve collected over the times searching the Internet (note: so far, not so many, but that&#8217;ll change as I keep finding more).  </p>
<p>To be put in ~/.bash_profile:</p>
<pre>
alias ls='ls -aFhlG'
alias ll='ls -l'
alias search=grep
alias ..='cd ..'
alias ...='cd ../..'
alias bake='/opt/local/apache2/htdocs/cake/cake/console/cake bake'
alias cake='cd /opt/local/apache2/htdocs/cake'
</pre>
<p>If anyone wants more detailed explanation of any or all of these, or if you&#8217;d like to know what in the bejesus I&#8217;m even talking about, post a comment.</p>
<p>Oh, and I would also happily welcome further suggestions too.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisjmears.com/2009/05/mac-os-x-terminal-aliases/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
