<?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>bash Archives - Garbage In Garbage Out</title>
	<atom:link href="https://gigoblog.com/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>https://gigoblog.com/tag/bash/</link>
	<description>Tech tips &#38; other words</description>
	<lastBuildDate>Sun, 26 Oct 2025 03:34:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Colorize your Terminal shell on Mac OS</title>
		<link>https://gigoblog.com/2019/10/09/colorize-your-terminal-shell-on-mac-os/</link>
					<comments>https://gigoblog.com/2019/10/09/colorize-your-terminal-shell-on-mac-os/#respond</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Wed, 09 Oct 2019 15:09:35 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">http://gigoblog.com/?p=692</guid>

					<description><![CDATA[<p>You need to add color into Mac OS terminal. Apple&#8217;s default settings for BASH are less than lovely — just shades of gray. Here&#8217;s how to add color to BASH for your visual enjoyment. Here&#8217;s what we&#8217;re going to create: From Terminal, edit your .bash_profile: vi ~/.bash_profile Add to it: export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ " export CLICOLOR=1 [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2019/10/09/colorize-your-terminal-shell-on-mac-os/">Colorize your Terminal shell on Mac OS</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2019/10/09/colorize-your-terminal-shell-on-mac-os/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Add MySQL to terminal shell in Mac OS X</title>
		<link>https://gigoblog.com/2011/03/13/add-mysql-to-terminal-shell-in-mac-os-x/</link>
					<comments>https://gigoblog.com/2011/03/13/add-mysql-to-terminal-shell-in-mac-os-x/#comments</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Sun, 13 Mar 2011 21:15:27 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=281</guid>

					<description><![CDATA[<p>Mac OS X 10.6 snow leopard uses the bash shell by default. If you install MySQL from the disk image (dmg) from http://dev.mysql.com/downloads/, you can make it easy to access the mysql binary from the command line by adding it to your bash path. Here&#8217;s how: Open terminal, and type: echo 'export PATH=/usr/local/mysql/bin:$PATH' &#62;&#62; ~/.bash_profile [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2011/03/13/add-mysql-to-terminal-shell-in-mac-os-x/">Add MySQL to terminal shell in Mac OS X</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2011/03/13/add-mysql-to-terminal-shell-in-mac-os-x/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
			</item>
	</channel>
</rss>
