Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
d573cddc
Commit
d573cddc
authored
May 29, 2012
by
mapc
Browse files
Enhance file find
parent
7a338ab6
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/singlechar/singlechar.plugin.zsh
View file @
d573cddc
...
...
@@ -30,7 +30,7 @@ env_default PAGER less
alias
y
=
'"$GREP" -i'
alias
n
=
'"$GREP" -vi'
alias
f.
=
'find .'
alias
f.
=
'find .
| "$GREP"
'
alias
f:
=
'find'
alias
f
=
'"$GREP" -li'
...
...
@@ -59,7 +59,7 @@ alias x='xargs'
alias
xy
=
'xargs "$GREP" -i'
alias
xn
=
'xargs "$GREP" -iv'
alias
xf.
=
'xargs find .'
alias
xf.
=
'xargs find .
| "$GREP"
'
alias
xf:
=
'xargs find'
alias
xf
=
'xargs "$GREP" -li'
...
...
@@ -86,7 +86,7 @@ alias s='"$ROOT"'
alias
sy
=
'"$ROOT" "$GREP" -i'
alias
sn
=
'"$ROOT" "$GREP" -iv'
alias
sf.
=
'"$ROOT" find .'
alias
sf.
=
'"$ROOT" find .
| "$GREP"
'
alias
sf:
=
'"$ROOT" find'
alias
sf
=
'"$ROOT" "$GREP" -li'
...
...
@@ -112,7 +112,7 @@ alias sx='"$ROOT" xargs'
alias
sxy
=
'"$ROOT" xargs "$GREP" -i'
alias
sxn
=
'"$ROOT" xargs "$GREP" -iv'
alias
sxf.
=
'"$ROOT" xargs find .'
alias
sxf.
=
'"$ROOT" xargs find .
| "$GREP"
'
alias
sxf:
=
'"$ROOT" xargs find'
alias
sxf
=
'"$ROOT" xargs "$GREP" -li'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment