This commit is contained in:
= 2024-07-15 18:12:51 -06:00
parent 5b8c25f199
commit 5bad1a306e

View File

@ -54,7 +54,7 @@ brew_packages=(
function shell_start_disp {
echo -n $(hostname)
echo -n "$(hostname) - "
if [[ -f /sbin/ifconfig ]]
then
ifconfig | awk '/inet / && !/inet6/ && !/127.0.0.1/ {ips = ips " " $2} END {print ips}'