mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
Add sudo without xargs shortcuts
This commit is contained in:
@@ -59,6 +59,19 @@ alias xu='xargs "$CURL"'
|
||||
|
||||
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 sxy='"$ROOT" xargs "$GREP" -i'
|
||||
|
||||
Reference in New Issue
Block a user