1. <p>I use <a href="http://www.apple.com/macosx/technology/unix.html" title="Apple - Mac OS X Leopard - Technology - UNIX">the standard shell</a> in <a href="http://www.apple.com/macosx/" title="Apple - Mac OS X Leopard">OS X</a> which is <a href="http://en.wikipedia.org/wiki/Bash" title="Bash - Wikipedia, the free encyclopedia">bash</a>. A while back I learned about aliases and got hooked. Now I have <a href="http://www.hypexr.org/bash_tutorial.php#alias" title="BASH Help - A Bash Tutorial">bash aliases</a> all over my workflow.</p>
    
    <p>Some are specific to my work or projects, though most are not. I'm sure some of these could be a little better here and there, but I'm pretty happy with the state of things.</p>
    
    <p>If you have any good ones that I would like send them over in the comments.</p>
    
    <p>So without further Apu, here is my .bash_login contents.</p>
    
    <pre><span class="source source_shell"><span class="comment comment_line comment_line_number-sign comment_line_number-sign_shell"><span class="punctuation punctuation_definition punctuation_definition_comment punctuation_definition_comment_shell">#</span> path and shell vars
    </span>  <span class="storage storage_modifier storage_modifier_shell">export</span> PATH=<span class="string string_quoted string_quoted_double string_quoted_double_shell"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_shell">"</span>/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:<span class="variable variable_other variable_other_normal variable_other_normal_shell"><span class="punctuation punctuation_definition punctuation_definition_variable punctuation_definition_variable_shell">$</span>PATH</span><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_shell">"</span></span>
    <span class="storage storage_modifier storage_modifier_shell">export</span> P4CONFIG=.p4config
    <span class="storage storage_modifier storage_modifier_shell">export</span> SVN_EDITOR=<span class="string string_quoted string_quoted_double string_quoted_double_shell"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_shell">"</span>mate -w<span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_shell">"</span></span>
    
    <span class="comment comment_line comment_line_number-sign comment_line_number-sign_shell"><span class="punctuation punctuation_definition punctuation_definition_comment punctuation_definition_comment_shell">#</span> unix navigating   </span>  alias home=<span class="string string_quoted string_quoted_double string_quoted_double_shell"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_shell">"</span>cd ~<span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_shell">"</span></span>   alias la=<span class="string string_quoted string_quoted_single string_quoted_single_shell"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_shell">'</span>ls -la<span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_shell">'</span></span>   alias ll=<span class="string string_quoted string_quoted_single string_quoted_single_shell"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_shell">'</span>ls -l<span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_shell">'</span></span>   alias ..=<span class="string string_quoted string_quoted_single string_quoted_single_shell"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_shell">'</span>cd ..<span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_shell">'</span></span>   alias ...=<span class="string string_quoted string_quoted_single string_quoted_single_shell"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_shell">'</span>cd ../..<span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_shell">'</span></span>   alias o=<span class="string string_quoted string_quoted_single string_quoted_single_shell"><span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_begin punctuation_definition_string_begin_shell">'</span>open .<span class="punctuation punctuation_definition punctuation_definition_string punctuation_definition_string_end punctuation_definition_string_end_shell">'</span></span>
    

    # rails alias ss=’./script/server’ alias sse=’./script/server -e live’ alias mig=’./script/generate migration’ alias gen=’./script/generate ’ alias scaf=’./script/generate scaffold_resource’ alias con=’./script/console’ alias mod=’./script/generate model’ alias cont=’./script/generate controller’ alias dbm=’rake db:migrate’ alias cl=’rake log:clear’ alias ann=’rake annotate_models’ alias fix=’rake db:fixtures:load’ alias nuke=’rake app:db:nuke’

    # misc alias sgi=’sudo gem install’ alias c=”cheat” alias mydb=’mysqladmin -u root create’ alias a=’autotest’ alias comics=’ruby /Users/s/scripts/the_dreaming/new_comics.rb’

    # adready alias live=’rake live:data:update’ alias dbml=’rake db:migrate RAILS_ENV=live’ alias adready=’sup; rake db:remigrate; rake db:remigrate RAILS_ENV=live; dbm; rake db:test:prepare; live’

    # merb alias mmig=’./script/new_migration’

    # textmate alias sub=”mate app config db public test spec” alias subb=”mate app config test spec” alias app=”mate app public test” alias m=”mate” alias e=’mate . &’ alias table=”ruby ~/scripts/table_maker.rb”

    # bash profile alias ebash=’mate ~/.bash_login &’ alias rbash=’source ~/.bash_login’

    # go to my projects alias work=”cd ~/work” alias ven=”cd ~/work/vendo” alias vent=”cd ~/work/vendo/trunk” alias w3=”cd ~/work/vendo/branches/wave_3” alias w3=”cd ~/work/vendo/branches/wave_4”

    # git alias gpl=”git pull”

    # svn alias sst=’svn st’ alias sci=’svn ci’ alias scim=’svn ci -m’ alias sad=’svn status | grep β€œ^\?” | awk β€œ{print $2}” | xargs svn add’ alias sup=”svn up” alias srm=”svn rm”

    </span></pre>

    <p>I was going through some <em>old</em> backup cds and found mostly useless stupid shit, but I also found a few good photos. This is one of them. It was taken in the summer of 2000 in rural Missouri, near <a href="http://maps.google.com/maps?q=Rutledge,+mo&amp;ie=UTF8&amp;z=16&amp;iwloc=addr&amp;om=1">Rutledge</a>, on my way to <a href="http://www.dancingrabbit.org/">Dancing Rabbit</a>.</p>
    
    <p><a href="http://www.flickr.com/photos/veganstraightedge/1571251329/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2099/1571251329_0b4df754a1.jpg" alt="gas station in rural missouri in the summer of 2000"></a></p>
    
    <p>...And I hate Comic Sans a lot. Like a lot <strong>a lot</strong>.</p>
    
    <dl>
      <dt>Bauhaus 93</dt>
      <dd><a href="http://www.flickr.com/photos/veganstraightedge/1545667513/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2003/1545667513_765f74ed97_o.png" alt="bauhaus 93"></a></dd>
      <dt>Courier</dt>
      <dd><a href="http://www.flickr.com/photos/veganstraightedge/1546536590/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2389/1546536590_e002aa0821_o.png" alt="courier"></a></dd>
      <dt>Curlz</dt>
      <dd><a href="http://www.flickr.com/photos/veganstraightedge/1546536730/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2104/1546536730_92be05dbbc_o.png" alt="curlz"></a></dd>
      <dt>Hobo</dt>
      <dd><a href="http://www.flickr.com/photos/veganstraightedge/1546536878/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2163/1546536878_213b818459_o.png" alt="hobo"></a></dd>
      <dt>Impact</dt>
      <dd><a href="http://www.flickr.com/photos/veganstraightedge/1546537010/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2236/1546537010_d80373698b_o.png" alt="impact"></a></dd>
      <dt>Marker Felt</dt>
      <dd><a href="http://www.flickr.com/photos/veganstraightedge/1545668627/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2020/1545668627_2d3b672376_o.png" alt="marker felt"></a></dd>
      <dt>Monaco</dt>
      <dd><a href="http://www.flickr.com/photos/veganstraightedge/1545668771/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2363/1545668771_12f4ce3ac4_o.png" alt="monaco"></a></dd>
      <dt>Papyrus</dt>
      <dd><a href="http://www.flickr.com/photos/veganstraightedge/1546537760/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2078/1546537760_290cc22b1c_o.png" alt="papyrus"></a></dd>
      <dt>Sand</dt>
      <dd><a href="http://www.flickr.com/photos/veganstraightedge/1545668989/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2090/1545668989_f05dff3098_o.jpg" alt="sand"></a></dd>
      <dt>Wide Latin</dt>
      <dd><a href="http://www.flickr.com/photos/veganstraightedge/1546537986/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2175/1546537986_fb983724c5_o.png" alt="wide latin"></a></dd>
    </dl>
    
    <p>I'm sure there's more. These are just the guiltiest offenders. I've been thinking about this list a lot lately so I wanted to get it out of my head.</p>