From 274c9f2babef9d1117a63787808101b41f34ee97 Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Sun, 28 Jul 2024 16:29:33 +0300 Subject: [PATCH] [shell] eng locale for lazygit alias --- shell/alias.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/alias.sh b/shell/alias.sh index 82ceb9e..1a115a8 100644 --- a/shell/alias.sh +++ b/shell/alias.sh @@ -1,2 +1,2 @@ alias l="ls -lah" -alias lg="lazygit" +alias lg="LANG=en_US-UTF-8 lazygit"