From 7684407e5c5b6e4ea16ce3d492c92ffb339cd467 Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 26 Aug 2024 13:29:38 +0200 Subject: [PATCH] addet hugo serve bind on ip --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 87ced89..5957786 100644 --- a/.zshrc +++ b/.zshrc @@ -317,7 +317,7 @@ _coding_() { # ─< h stands for HUGO >────────────────────────────────────────────────────────────────── if command_exists hugo; then alias h='hugo' - alias hs='hugo server -D --noHTTPCache --disableFastRender' + alias hs='hugo server -D --noHTTPCache --disableFastRender --bind "$(get_ip)"' fi # ─< c stands for bin/cake >────────────────────────────────────────────────────────────── # alias cake='bin/cake'