From 846473dfa9d7498918503575eb43b48ac7e71c77 Mon Sep 17 00:00:00 2001 From: fauno Date: Tue, 27 Apr 2021 18:29:15 +0000 Subject: [PATCH] mantener la terminal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit los programas interactivos necesitan saber en qué terminal están --- haini.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/haini.sh b/haini.sh index d4d8f3d..0008d36 100755 --- a/haini.sh +++ b/haini.sh @@ -17,6 +17,7 @@ function correr() { type bwrap >/dev/null || exit 1 env -i \ + TERM="$TERM" \ USER="$USER" \ HOME="$HOME" \ RAILS_ENV=development \