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
0f35726a
Commit
0f35726a
authored
May 13, 2012
by
mapc
Browse files
Make (s)xf not search in current dir
parent
b1977d40
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/singlechar/singlechar.plugin.zsh
View file @
0f35726a
...
...
@@ -59,7 +59,7 @@ alias x='xargs'
alias
xy
=
'xargs "$GREP" -Ri'
alias
xn
=
'xargs "$GREP" -Riv'
alias
xf.
=
'xargs find
.
| "$GREP"'
alias
xf.
=
'xargs find | "$GREP"'
alias
xf:
=
'xargs find'
alias
xf
=
'xargs "$GREP" -Rli'
...
...
@@ -112,7 +112,7 @@ alias sx='"$ROOT" xargs'
alias
sxy
=
'"$ROOT" xargs "$GREP" -Ri'
alias
sxn
=
'"$ROOT" xargs "$GREP" -Riv'
alias
sxf.
=
'"$ROOT" xargs find
.
| "$GREP"'
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