From fc8cd8ce56fdadf6f8e0af881a0a0cb0a8a071da Mon Sep 17 00:00:00 2001 From: Martinez Date: Wed, 1 Mar 2017 14:31:40 +0100 Subject: [PATCH] fixes encoding in http-dir (I thought I did that already) --- dotfiles/system/etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/system/etc/zsh/zshrc b/dotfiles/system/etc/zsh/zshrc index e13505b..2652004 100644 --- a/dotfiles/system/etc/zsh/zshrc +++ b/dotfiles/system/etc/zsh/zshrc @@ -106,7 +106,7 @@ cds() { http-dir() { echo "Serving $PWD on 0.0.0.0:55555" - /usr/sbin/thttpd -D -d . -p 55555 -l - + /usr/sbin/thttpd -T utf-8 -D -d . -p 55555 -l - } swap-files() {