added ip address shortcut to bashrc

This commit is contained in:
tomit4 2021-11-17 10:14:50 -08:00
parent 153ac6fb87
commit 1a6574ba7e

View file

@ -196,6 +196,7 @@ alias shutdown="doas shutdown -h now"
alias reboot="doas reboot"
alias {log,logout}="xfce4-session-logout --logout"
alias curltime="curl -w \"@$HOME/Documents/notes/curl-format.txt\" -o /dev/null -s"
alias ipaddr="curl ifconfig.me"
alias killport="fuser -k"
alias rmorphans="sudo pacman -Rs $(pacman -Qdtq)"
alias rmcache="paccache -rvk3"