From 3309736060757d2b83d37ab18ca2852f49dd833c Mon Sep 17 00:00:00 2001
From: Arun Prakash Jana <engineerarun@gmail.com>
Date: Sun, 29 Sep 2019 10:44:53 +0530
Subject: [PATCH] Show Z for size sort

---
 src/nnn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nnn.c b/src/nnn.c
index 6ce0751a..59107db2 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3348,7 +3348,7 @@ static void redraw(char *path)
 		if (cfg.mtimeorder)
 			sort[0] = cfg.mtime ? 'T' : 'A';
 		else if (cfg.sizeorder)
-			sort[0] = 'S';
+			sort[0] = 'Z';
 		else if (cfg.extnorder)
 			sort[0] = 'E';
 
-- 
2.51.0