diff --git a/dotfiles/system/etc/zsh/zshrc b/dotfiles/system/etc/zsh/zshrc index 0103104..8f3f375 100644 --- a/dotfiles/system/etc/zsh/zshrc +++ b/dotfiles/system/etc/zsh/zshrc @@ -91,7 +91,7 @@ cds() { } http-dir() { - echo "Serving $CWD on 0.0.0.0:55555" + echo "Serving $PWD on 0.0.0.0:55555" /usr/sbin/thttpd -D -d . -p 55555 -l - }