Update bashrc
This commit is contained in:
parent
5387dd32fe
commit
3b31c39154
@ -41,10 +41,12 @@ alias myip="curl ipinfo.io/ip"
|
|||||||
alias port="netstat -tulanp"
|
alias port="netstat -tulanp"
|
||||||
alias ports="netstat -tulanp | less"
|
alias ports="netstat -tulanp | less"
|
||||||
alias audio="pulsemixer"
|
alias audio="pulsemixer"
|
||||||
|
alias email="aerc"
|
||||||
alias weather="curl wttr.in"
|
alias weather="curl wttr.in"
|
||||||
alias http="python -m http.server"
|
alias http="python -m http.server"
|
||||||
alias google="tuxi"
|
alias google="tuxi"
|
||||||
alias clipboard="xclip -selection clipboard"
|
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 diff="diff --color=auto"
|
||||||
alias grep="grep -i --color=auto"
|
alias grep="grep -i --color=auto"
|
||||||
|
Reference in New Issue
Block a user