mirror of
https://github.com/notwa/rc
synced 2024-11-05 04:49:03 -08:00
add sortip alias
This commit is contained in:
parent
9273a8b2ad
commit
8b27c575d3
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ alias diff="git diff --color=auto --no-ext-diff --no-index --no-prefix"
|
|||
alias gc="git column --mode=dense --padding=2"
|
||||
alias counts='find . | wc -l'
|
||||
alias nocom='grep -Ev --line-buffered --color=never "^[[:space:]]*(//|#)"'
|
||||
alias sortip="sort -t . -k 1,1n -k 2,2n -k 3,3n -k 4,4n"
|
||||
alias jrep='grep -aPo "[\x{20}-\x{7E}\x{4E00}-\x{9FFF}\x{3040}-\x{30FF}]+"'
|
||||
alias bomb='uconv -f utf-8 -t utf-8 --add-signature'
|
||||
alias cleanse='tr -cd "\11\12\15\40-\176"'
|
||||
|
|
Loading…
Reference in a new issue