Removed all old bash cruft, supporting only zsh now. Improved README
This commit is contained in:
@@ -14,5 +14,4 @@ alias -g G='| grep' # now you can do: ls foo G something
|
||||
# (f)ind by (n)ame
|
||||
# usage: fn foo
|
||||
# to find all files containing 'foo' in the name
|
||||
unalias fn
|
||||
function fn() { ls **/*$1* }
|
||||
|
||||
Reference in New Issue
Block a user