mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Added global aliases to process output of orev command.
This commit is contained in:
parent
22f827e122
commit
6f34c88c42
1 changed files with 6 additions and 0 deletions
|
|
@ -22,3 +22,9 @@ alias sl=ls # often screw this up
|
|||
|
||||
alias afind='ack-grep -il'
|
||||
|
||||
# Output aliases
|
||||
alias -g M='|more'
|
||||
alias -g L='|less'
|
||||
alias -g H='|head'
|
||||
alias -g T='|tail'
|
||||
alias -g N='2>/dev/null'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue