removed bind to local ip
This commit is contained in:
parent
3099cc3ab0
commit
3adda32d69
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue