From 3adda32d699ddaa209fc5a1cb0b0bf665cb4d689 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 22 Dec 2024 18:01:55 +0100 Subject: [PATCH] removed bind to local ip --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 2b73d87..6f6a80d 100644 --- a/.zshrc +++ b/.zshrc @@ -442,7 +442,7 @@ _coding_() { # ─< h stands for HUGO >────────────────────────────────────────────────────────────────── if command_exists hugo; then alias h='hugo' - alias hs='hugo server -D --noHTTPCache --disableFastRender --bind "$(get_ip)"' + alias hs='hugo server -D --noHTTPCache --disableFastRender' # --bind "$(get_ip)"' fi # ─< c stands for bin/cake >────────────────────────────────────────────────────────────── # alias cake='bin/cake'