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 >─────────────────────────────────────────────────────────────────────────────