Add bash config

This commit is contained in:
Vladan Popovic 2019-07-29 02:07:31 +02:00
parent 1277c6d335
commit f98b7d00f7
4 changed files with 125 additions and 0 deletions

7
.aliases Normal file
View file

@ -0,0 +1,7 @@
alias myip="curl http://ip.ie.mk/get"
alias ls="ls --color"
alias grep="rg"
alias virsh="virsh --connect qemu:///system"
alias cal="cal -m"
alias jsonpp='python -m json.tool | less'
alias genpasswd="strings /dev/urandom | tr -cd '12345!@#$%qwertQWERTasdfgASDFGzxcvbZXCVB' | head -c 32; echo"