merge master branch.

This commit is contained in:
Kyle West
2012-03-21 15:33:34 -04:00
73 changed files with 800 additions and 133 deletions

View File

@@ -15,3 +15,4 @@ alias -g G='| grep' # now you can do: ls foo G something
# usage: fn foo
# to find all files containing 'foo' in the name
function fn() { ls **/*$1* }