autojump
autojump copied to clipboard
Command does not change dir and it outputs a "."
After instalation on Mac using homebrew, I followed the instructions of adding the extras lines on my .bash_profile. When trying the command it only outputted "."
Then I tried again with the manual instalation, still no success.
Have you already visited the folders manually you want to autojump in after the installation?
I have to same problem. I can't go to any other folder, not even with cd
. It just outputs .
non-stop. I have to kill it with Ctrl-C
My env:
macOS High Sierra(10.13.2).
iTtem 2 version 3.1.5.
zsh 5.3.1 (x86_64-apple-darwin16.3.0)
What's the output of j -s | wc -l
? What happens when you try to jump to one of the entries in j -s
?
I have the same problem. The output of j -s
is :
~$ j -s
________________________________________
0: total weight
0: number of entries
0.00: current directory weight
data: /Users/foo/Library/autojump/autojump.txt
I'm using Mac, bash version 5.0.0(1)-release
I have to same problem. I can't go to any other folder, not even with
cd
. It just outputs.
non-stop. I have to kill it withCtrl-C
My env: macOS High Sierra(10.13.2). iTtem 2 version 3.1.5. zsh 5.3.1 (x86_64-apple-darwin16.3.0)
Turned out it was because I had an alias jc="cd ..."
which conflicted with autojump's jc
function, thus caused the cd
command recursion. 😅
Sorry about that!
Still the same in 2023.
I just installed autojump v22.5.3 using Homebrew on macOS Ventura 13.4 with the autojump plugin (commit 4c82a2eedf0c43d47601ffa8b0303ed1326fab8f
) for oh-my-zsh in zsh, and I'm having the same issue.
If I type j <anything>
(unless it's an option like -s
), all it outputs is .
and it stays in the same directory.