aboutsummaryrefslogtreecommitdiff
path: root/files/.zsh/rc/S90_z
diff options
context:
space:
mode:
Diffstat (limited to 'files/.zsh/rc/S90_z')
-rw-r--r--files/.zsh/rc/S90_z2
1 files changed, 1 insertions, 1 deletions
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