autojump icon indicating copy to clipboard operation
autojump copied to clipboard

tcsh install issue Ubuntu 14.4

Open mikef656 opened this issue 8 years ago • 2 comments

Cloned the repo for autojump today.

First I ran ./install.py

Seems to finish ok then prints the message Please manually add the following line(s) to ~/.tcshrc:

[[ -s /home/ptgd73/.autojump/etc/profile.d/autojump.sh ]] && source /home/ptgd73/.autojump/etc/profile.d/autojump.sh

The first part of the added lines section is a test in bash but the [[ operator does not exist in tcsh. This is the first bug.

That file exists for me in tcsh, therefore I manually source

source /home/ptgd73/.autojump/etc/profile.d/autojump.sh

and it produces BASH: Undefined variable. This is the 2nd bug.

At this point autojump does not seem to be working. For example: Change directories a few times and try

j -s

and get

j: Command not found

I am running Python 2.7.6 on Ubuntu 14.4

Thanks Mike

mikef656 avatar Jun 05 '17 18:06 mikef656

have the issue solved ?

lozhou avatar Nov 02 '19 11:11 lozhou

Same issue here. Main page says tcsh "tcsh - community supported" though ...

kiteloopdesign avatar Oct 21 '20 05:10 kiteloopdesign