Passing arguments to another shell from tcsh

I tried:

% alias jt "bash -c '. ~/.bashrc; j \!:1'"
% alias j 'cd `jt \!:1`'

and it worked.

For more info: https://github.com/wting/autojump/issues/305

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top