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
712f850f
Commit
712f850f
authored
May 05, 2012
by
mapc
Browse files
Add pager shortcuts
parent
e0b27126
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/singlechar/singlechar.plugin.zsh
View file @
712f850f
...
...
@@ -20,6 +20,8 @@ default ROOT sudo
default WGET wget
default CURL curl
env_defaul PAGER less
###########################
# Alias
...
...
@@ -32,6 +34,8 @@ alias c='cat'
alias
w
=
'cat >'
alias
a
=
'cat >>'
alias
p
=
'"$PAGER"'
alias
d
=
'"$WGET"'
alias
u
=
'"$CURL"'
...
...
@@ -46,6 +50,8 @@ alias xc='xargs cat'
alias
xw
=
'xargs cat >'
alias
xa
=
'xargs cat >>'
alias
xp
=
'xargs "$PAGER"'
alias
xd
=
'xargs "$WGET"'
alias
xu
=
'xargs "$CURL"'
...
...
@@ -62,5 +68,7 @@ alias sxc='"$ROOT" xargs cat'
alias
sxw
=
'"$ROOT" xargs cat >'
alias
sxa
=
'"$ROOT" xargs cat >>'
alias
sxp
=
'"$ROOT" xargs "$PAGER"'
alias
sxd
=
'"$ROOT" xargs "$WGET"'
alias
sxu
=
'"$ROOT" xargs "$CURL"'
\ No newline at end of file
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