This website requires JavaScript.
Explore
Help
Register
Sign in
Difuse
/
packages
Watch
2
Star
0
Fork
You've already forked packages
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
f0b9599ba0
packages
/
admin
/
btop
/
files
/
btop.sh
2 lines
30 B
Bash
Raw
Normal View
History
Unescape
Escape
btop: append `--utf-force` argument by default btop reads the `LANG` env variable to delect if the system has utf8 support, which exists on common Linux distributions. However, OpenWrt does not ship it, and results in btop reporting "No UTF-8 locale detected!". Users have to manually pass `--utf-force` to make btop happy. To make it OOTB, append `--utf-force` argument by default via alias. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-11-14 07:58:32 +00:00
alias
btop
=
"btop --utf-force"
Reference in a new issue
Copy permalink