<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>terminal_clone_tab.sh</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -49,6 +49,7 @@ alias l='ls -lah'
 alias tf='tail -f'
 alias mb='mate ~/.bash_profile'
 alias rehash='source ~/.bash_profile'
+alias clone='~/.terminal_clone_tab.sh'
 
 alias cp='cp -i'
 alias mv='mv -i'</diff>
      <filename>bash_profile</filename>
    </modified>
    <modified>
      <diff>@@ -15,4 +15,6 @@
   excludesfile = /Users/lucashungaro/.gitignore
   editor = mate -w
 [apply]
-  whitespace = nowarn
\ No newline at end of file
+  whitespace = nowarn
+[push]
+	default = current</diff>
      <filename>gitconfig</filename>
    </modified>
    <modified>
      <diff>@@ -23,32 +23,44 @@ end
 
 # Misc functions
 
-# from http://themomorohoax.com/2009/03/27/irb-tip-load-files-faster  
-def ls  
-  %x{ls}.split(&quot;\n&quot;)  
-end  
-  
+# from http://themomorohoax.com/2009/03/27/irb-tip-load-files-faster
+def ls
+  %x{ls}.split(&quot;\n&quot;)
+end
+
 def cd(dir)
-  Dir.chdir(dir)  
-  Dir.pwd  
-end  
-  
-def pwd  
-  Dir.pwd  
-end
-
-def rl(file_name = nil)  
-  if file_name.nil?  
-    if !@recent.nil?  
-      rl(@recent)   
-    else  
-      puts &quot;No recent file to reload&quot;  
-    end  
-  else  
-    file_name += '.rb' unless file_name =~ /\.rb/  
-    @recent = file_name   
-    load &quot;#{file_name}&quot;  
-  end  
+  Dir.chdir(dir)
+  Dir.pwd
+end
+
+def pwd
+  Dir.pwd
+end
+
+def rl(file_name = nil)
+  if file_name.nil?
+    if !@recent.nil?
+      rl(@recent)
+    else
+      puts &quot;No recent file to reload&quot;
+    end
+  else
+    file_name += '.rb' unless file_name =~ /\.rb/
+    @recent = file_name
+    load &quot;#{file_name}&quot;
+  end
+end
+
+def copy(str)
+  IO.popen('pbcopy', 'w') { |f| f &lt;&lt; str.to_s }
+end
+
+def paste
+  `pbpaste`
+end
+
+def ep
+  eval(paste)
 end
 
 # Aliases</diff>
      <filename>irbrc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>032038ee4d35a42ab0b1c333b0116443c51edb97</id>
    </parent>
  </parents>
  <author>
    <name>Lucas H&#250;ngaro</name>
    <email>lucashungaro@gmail.com</email>
  </author>
  <url>http://github.com/lucashungaro/dotfiles/commit/82034a0bec01271155a330d0f53f28f20370925f</url>
  <id>82034a0bec01271155a330d0f53f28f20370925f</id>
  <committed-date>2009-06-09T15:55:47-07:00</committed-date>
  <authored-date>2009-06-09T15:55:47-07:00</authored-date>
  <message>* Added terminal cloning
* Git global config for default pushing
* Irb copy and paste</message>
  <tree>d0b228ed985e1f82178cdb993b6bbe7b5ee083b8</tree>
  <committer>
    <name>Lucas H&#250;ngaro</name>
    <email>lucashungaro@gmail.com</email>
  </committer>
</commit>
