From 2ce13b8206389eb76ffdadc8b15041e46eebd3cd Mon Sep 17 00:00:00 2001
From: Christian Krause <christian.krause@idiv.de>
Date: Mon, 17 Feb 2020 13:41:53 +0100
Subject: [PATCH] [basics] adds LANG to terminal setup

fixes #42
---
 basics.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/basics.html b/basics.html
index 53f3da4..86fe8ce 100644
--- a/basics.html
+++ b/basics.html
@@ -32,6 +32,7 @@
             notes:
             - `make -B` to create images
             - two terminals each with same tmux session, increase font size
+            - `export LANG=en_US.UTF-8`
             - `export PS1="\\[\\033[0;36m\\]\\w\\[\\033[0;35m\\]\$(__git_ps1 \" (%s)\")\\[\\033[0;36m\\] $ \\[\\033[0m\\]"`
             - remove git config for demo
             - log in to git.idiv.de
-- 
GitLab