Created by: eklitzke
Autojump leaks two variables into the shell context, output
and shell
. You can observe this using echo "$output"
or echo "$shell"
in a shell using autojump.
It looks like the other shells may have the same problem regarding output
, but I only fixed Bash as that's what I am using myself and was able to test.