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
Oh My Zsh
Commits
6f559947
Commit
6f559947
authored
May 05, 2012
by
mapc
Browse files
Add sudo without xargs shortcuts
parent
712f850f
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/singlechar/singlechar.plugin.zsh
View file @
6f559947
...
@@ -59,6 +59,19 @@ alias xu='xargs "$CURL"'
...
@@ -59,6 +59,19 @@ alias xu='xargs "$CURL"'
alias
s
=
'"$ROOT"'
alias
s
=
'"$ROOT"'
alias
sy
=
'"$ROOT" "$GREP" -i'
alias
sn
=
'"$ROOT" "$GREP" -iv'
alias
sc
=
'"$ROOT" cat'
alias
sw
=
'"$ROOT" cat >'
alias
sa
=
'"$ROOT" cat >>'
alias
sp
=
'"$ROOT" "$PAGER"'
alias
sd
=
'"$ROOT" "$WGET"'
# SUDO-XARGS
alias
sx
=
'"$ROOT" xargs'
alias
sx
=
'"$ROOT" xargs'
alias
sxy
=
'"$ROOT" xargs "$GREP" -i'
alias
sxy
=
'"$ROOT" xargs "$GREP" -i'
...
...
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