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"