Skip to content

Commit 3482460

Browse files
author
skywind3000
committed
update version number
1 parent bcb5599 commit 3482460

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

z.lua

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- z.lua - a cd command that learns, by skywind 2018-2022
55
-- Licensed under MIT license.
66
--
7-
-- Version 1.8.23, Last Modified: 2025/05/18 00:18:20
7+
-- Version 1.8.24, Last Modified: 2025/05/24 23:04:42
88
--
99
-- * 10x faster than fasd and autojump, 3x faster than z.sh
1010
-- * available for posix shells: bash, zsh, sh, ash, dash, busybox
@@ -2655,9 +2655,7 @@ if /i "%1"=="--purge" (
26552655
)
26562656
:check
26572657
if /i "%1"=="" (
2658-
if /i "%InterMode%"=="" (
2659-
set "RunMode=-l"
2660-
)
2658+
set "RunMode=-l"
26612659
)
26622660
for /f "delims=" %%i in ('cd') do set "PWD=%%i"
26632661
if /i "%RunMode%"=="-n" (

0 commit comments

Comments
 (0)