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'