From b956795c475b2059cf8dbc487c98b48c6ab795e8 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Fri, 28 Jan 2022 06:13:28 -0800 Subject: [PATCH] updated ipaddr alias --- bashrc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc.txt b/bashrc.txt index d9e0eded..3f84a57a 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -246,7 +246,7 @@ alias reboot="reboot.sh" alias log="xfce4-session-logout --logout:wq" alias curltime="curl -w \"@$HOME/Documents/notes/curl-format.txt\" -o /dev/null -s" alias weather="curl -s 'http://wttr.in' && inxi -w" -alias ipaddr="curl ifconfig.me" +alias ipaddr="curl ifconfig.me ; echo ''" alias killport="fuser -k" alias rmorphans="doas pacman -Rs $(pacman -Qdtq)" alias npm_upgrade="doas npm install -g npm@latest"