1
0
mirror of https://github.com/wting/autojump synced 2025-06-08 18:34:06 +00:00
This commit is contained in:
faiz-crypto 2025-03-07 11:35:49 -05:00 committed by GitHub
commit a0a14bab67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ function j
cd $argv cd $argv
else else
if test -d "$output" if test -d "$output"
set_color red set_color green
echo $output echo $output
set_color normal set_color normal
cd $output cd $output