Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
712f850f
Commit
712f850f
authored
May 05, 2012
by
mapc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add pager shortcuts
parent
e0b27126
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
singlechar.plugin.zsh
plugins/singlechar/singlechar.plugin.zsh
+8
-0
No files found.
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