From 0f5d6556337415ce7fdc3fdc200e88ef81fe3b61 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Sun, 3 Nov 2019 15:43:38 +0500 Subject: Updates. --- files/.zsh/rc/S90_z | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/.zsh/rc/S90_z') diff --git a/files/.zsh/rc/S90_z b/files/.zsh/rc/S90_z index c78f3cb..2b7f87a 100644 --- a/files/.zsh/rc/S90_z +++ b/files/.zsh/rc/S90_z @@ -148,7 +148,7 @@ _z() { function output(matches, best_match, common) { # list or return the desired directory if( list ) { - cmd = "sort -n >&2" + cmd = "sort -g >&2" for( x in matches ) { if( matches[x] ) { printf "%-10s %s\n", matches[x], x | cmd -- cgit v1.2.3