From 3b9fc7e113f9d319762932fe6acedf2bd93153ae Mon Sep 17 00:00:00 2001 From: pik4li <67532734+pik4li@users.noreply.github.com> Date: Thu, 26 Dec 2024 00:38:35 +0100 Subject: [PATCH] . --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 59e2e01..d0fcc5b 100644 --- a/.zshrc +++ b/.zshrc @@ -434,7 +434,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 # ─< VSCodium >─────────────────────────────────────────────────────────────────────────────