dundalek/closh

cd does not return success value

Closed this issue · 0 comments

Therefore in cd && echo x the echo command does not get executed. We could return true on the successful change dir, but then simple cd would print to the output.