.
This commit is contained in:
parent
df17651a50
commit
3b9fc7e113
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -434,7 +434,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
|
||||||
|
|
||||||
# ─< VSCodium >─────────────────────────────────────────────────────────────────────────────
|
# ─< VSCodium >─────────────────────────────────────────────────────────────────────────────
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue