aboutsummaryrefslogtreecommitdiff
path: root/files/.zsh/rc/S90_z
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2019-11-03 15:43:38 +0500
committerAnton Bobov <abobov@gmail.com>2019-11-03 15:43:38 +0500
commit0f5d6556337415ce7fdc3fdc200e88ef81fe3b61 (patch)
tree7b61d7cef98e897595bf4b1d9fca999a21d0aef5 /files/.zsh/rc/S90_z
parent15c2d6569c578fb9eb60580b5e8a5df06eb6b2fd (diff)
Updates.
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