mirror of
https://codeberg.org/hyperreal/bin
synced 2024-11-25 10:23:42 +01:00
Add --utf-force to btop
This commit is contained in:
parent
03289e5bc8
commit
99de7ebe81
2
btop
2
btop
@ -2,7 +2,7 @@
|
|||||||
# distrobox_binary
|
# distrobox_binary
|
||||||
# name: default
|
# name: default
|
||||||
if [ ! -f /run/.containerenv ] && [ ! -f /.dockerenv ]; then
|
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
|
for arg in "$@"; do
|
||||||
if echo "${arg}" | grep -Eq "'|\""; then
|
if echo "${arg}" | grep -Eq "'|\""; then
|
||||||
|
Loading…
Reference in New Issue
Block a user