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'