From 19763f0a58e8fe074f6c48d6748a11896acea74d Mon Sep 17 00:00:00 2001 From: pika Date: Fri, 2 Aug 2024 16:38:29 +0200 Subject: [PATCH] addet npm and php server aliasse --- aliases.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aliases.fish b/aliases.fish index 89a3923..d580c0d 100644 --- a/aliases.fish +++ b/aliases.fish @@ -192,7 +192,7 @@ if command -v hugo >/dev/null 2>&1 end -IP=(ip a | grep 'inet ' | grep -v '127.0.0.1' | awk '{print $2}' | cut -d/ -f1 | head -n 1) +set IP (ip a | grep 'inet ' | grep -v '127.0.0.1' | awk '{print $2}' | cut -d/ -f1 | head -n 1) if command -v php >/dev/null 2>&1 alias phpserve="php artisan serve --host=$IP" end