removed bind to local ip

This commit is contained in:
pika 2024-12-22 18:01:55 +01:00
parent 3099cc3ab0
commit 3adda32d69

2
.zshrc
View file

@ -442,7 +442,7 @@ _coding_() {
# ─< h stands for HUGO >────────────────────────────────────────────────────────────────── # ─< h stands for HUGO >──────────────────────────────────────────────────────────────────
if command_exists hugo; then if command_exists hugo; then
alias h='hugo' alias h='hugo'
alias hs='hugo server -D --noHTTPCache --disableFastRender --bind "$(get_ip)"' alias hs='hugo server -D --noHTTPCache --disableFastRender' # --bind "$(get_ip)"'
fi fi
# ─< c stands for bin/cake >────────────────────────────────────────────────────────────── # ─< c stands for bin/cake >──────────────────────────────────────────────────────────────
# alias cake='bin/cake' # alias cake='bin/cake'