about summary refs log tree commit diff
path: root/xhog
diff options
context:
space:
mode:
Diffstat (limited to 'xhog')
-rwxr-xr-xxhog1
1 files changed, 1 insertions, 0 deletions
diff --git a/xhog b/xhog
index bebffbe..a6a4645 100755
--- a/xhog
+++ b/xhog
@@ -1,4 +1,5 @@
 #!/bin/sh
 # xhog - list installed XBPS packages ordered by size
 
+export LC_ALL=C
 xbps-query -p installed_size -s '' | sort -h -k2 | column -s: -t