Update bashrc

This commit is contained in:
Tyler Perkins 2021-08-19 12:23:01 -04:00
parent 5387dd32fe
commit 3b31c39154

View File

@ -41,10 +41,12 @@ alias myip="curl ipinfo.io/ip"
alias port="netstat -tulanp"
alias ports="netstat -tulanp | less"
alias audio="pulsemixer"
alias email="aerc"
alias weather="curl wttr.in"
alias http="python -m http.server"
alias google="tuxi"
alias clipboard="xclip -selection clipboard"
alias new-wallpaper="xwallpaper --maximize $(find /home/tyler/.desktop/wallpaper/ -type f | shuf -n 1)"
alias diff="diff --color=auto"
alias grep="grep -i --color=auto"