1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00
This commit is contained in:
duganchen 2023-09-11 00:21:17 +08:00 committed by GitHub
commit afb3594e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ function jc
case '-*'
j $argv
case '*'
j (pwd) $argv
j (pwd)/$argv
end
end