diff --git a/rc/bashrc b/rc/bashrc index 86f35c67..299735ad 100755 --- a/rc/bashrc +++ b/rc/bashrc @@ -138,7 +138,7 @@ fi if hash lsb_release 2> /dev/null; then ( export LC_ALL="en_DK.UTF-8" - hostname --all-fqdns + hostname --all-fqdns & hostname --all-ip-addresses printf "\n" printf "$(uptime --pretty)\t$(uptime)\n" diff --git a/rc/zshrc b/rc/zshrc index b30c11d8..3c28e925 100755 --- a/rc/zshrc +++ b/rc/zshrc @@ -31,7 +31,7 @@ fi if hash lsb_release 2> /dev/null; then ( export LC_ALL="en_DK.UTF-8" - hostname --all-fqdns + hostname --all-fqdns & hostname --all-ip-addresses printf "\n" printf "$(uptime --pretty)\t$(uptime)\n"