1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-04-26 09:23:23 -07:00

add sortip alias

This commit is contained in:
Connor Olding 2020-07-24 11:41:22 +02:00
parent 9273a8b2ad
commit 8b27c575d3

View File

@ -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"'