mirror of https://github.com/akelge/vim
Added global alias for |grep
This commit is contained in:
parent
dc827815fd
commit
7e93e9f162
|
@ -31,6 +31,7 @@ alias du1="du -h --max-depth=1"
|
|||
|
||||
# Global Aliases
|
||||
#
|
||||
alias -g G="|grep "
|
||||
alias -g L="|less"
|
||||
alias -g NO="> /dev/null"
|
||||
alias -g NE="2> /dev/null"
|
||||
|
|
Loading…
Reference in New Issue