Commit 6f559947 authored by mapc's avatar mapc
Browse files

Add sudo without xargs shortcuts

parent 712f850f
......@@ -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'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment