Skip to content

Comments

Fix: avoid auto-echoing paths on "cd" commands#113

Open
rhatto wants to merge 1 commit intoalecmuffett:masterfrom
rhatto:fix/genkey
Open

Fix: avoid auto-echoing paths on "cd" commands#113
rhatto wants to merge 1 commit intoalecmuffett:masterfrom
rhatto:fix/genkey

Conversation

@rhatto
Copy link

@rhatto rhatto commented May 17, 2023

Avoid the shell auto-echoing paths on "cd" commands by ensuring CDPATH is empty.

Having a non-empty CDPATH can make the shell output paths to stdout during "cd" commands, which can cause unexpected issues on EOTK like malformed configuration files.

Some users may export CDPATH on their shells as a productivity configuration, so this commit ensures such setting does not affect EOTK.

Avoid the shell auto-echoing paths on "cd" commands by ensuring CDPATH
is empty.

Having a non-empty CDPATH can make the shell output paths to stdout
during "cd" commands, which can cause unexpected issues on EOTK like
malformed configuration files.

Some users may export CDPATH on their shells as a productivity
configuration, so this commit ensures such setting does not affect EOTK.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant