Add --utf-force to btop

This commit is contained in:
Jeffrey Serio 2023-04-09 03:29:18 -05:00
parent 03289e5bc8
commit 99de7ebe81

2
btop
View File

@ -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