summaryrefslogtreecommitdiffstats
path: root/admin/btop/files/btop.uci
blob: e898357ae53afb72ebb885629e8a07e734479a75 (plain)
1
2
3
4
5
#!/bin/sh

grep -q "utf-force" "/etc/profile.d/btop.sh" && sed -i "s,utf-force,force-utf,g" "/etc/profile.d/btop.sh"

exit 0