For some reason, some garbage is prepended to my PATH variable in emacs.
- Testing from eshell: (M+x eshell):
bash: cannot set terminal process group (-1): Inappropriate ioctl for devicebash: no job control in this shell:/home/renat/.cargo/bin:/home/renat/lib/google-cloud-sdk/bin: ... other stuff``` 2. Testing from shell: (M+x shell): ```renat@hp-envy ~/projects/rust/logentries-parser/src $ echo $PATH :/home/renat/.cargo/bin:/home/renat/lib/google-cloud-sdk/bin: ... other stuff``` 3. Testing using the getenv: (getenv RET PATH): ```bash: cannot set terminal process group (-1): Inappropriate ioctl for devicebash: no job control in this shell:/home/renat/.cargo/bin:/home/renat/lib/google-cloud-sdk/bin: ... other stuff``` Did anybody encounter anything similar? Thanks A new update: When I'm starting emacs with a `-nw` switch - it works fine and PATH is not polluted.