From df36dee94d732855ca3334fcddb24252d92dbb24 Mon Sep 17 00:00:00 2001 From: Andrey Anurin Date: Tue, 14 Aug 2018 15:11:01 +0300 Subject: [PATCH] unset LC_CTYPE --- .zprezto/runcoms/zshenv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zprezto/runcoms/zshenv b/.zprezto/runcoms/zshenv index ae8dacf..93a3f7d 100644 --- a/.zprezto/runcoms/zshenv +++ b/.zprezto/runcoms/zshenv @@ -19,3 +19,5 @@ function add_to_path { add_to_path "$HOME/bin" add_to_path "$HOME/brew/sbin" add_to_path "$HOME/brew/bin" + +unset LC_CTYPE