From 99de7ebe811314ef9fce096b1958d41f080886c4 Mon Sep 17 00:00:00 2001 From: Jeffrey Serio <23226432+hyperreal64@users.noreply.github.com> Date: Sun, 9 Apr 2023 03:29:18 -0500 Subject: [PATCH] Add --utf-force to btop --- btop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btop b/btop index 9895bcd..7d71c40 100755 --- a/btop +++ b/btop @@ -2,7 +2,7 @@ # distrobox_binary # name: default if [ ! -f /run/.containerenv ] && [ ! -f /.dockerenv ]; then - command="/bin/distrobox-enter -n default -- /bin/btop " + command="/bin/distrobox-enter -n default -- /bin/btop --utf-force " for arg in "$@"; do if echo "${arg}" | grep -Eq "'|\""; then