This commit is contained in:
pik4li 2024-12-26 00:38:35 +01:00
parent df17651a50
commit 3b9fc7e113

2
.zshrc
View file

@ -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 >─────────────────────────────────────────────────────────────────────────────