Jimmy Yuen Ho Wong

Results 252 comments of Jimmy Yuen Ho Wong

My guess is the original author switched jobs and the project has been running on autopilot since.

Just use [exec-path-from-shell](https://github.com/purcell/exec-path-from-shell) and add a paragraph in the README.

Related: backspace also doesn't work on bash 5

Ok this issue seems to have gone away by itself.

Sorry this is still happening, but it seems to be specific to machine. I'll need to dig deeper into why this doesn't happen on my personal machine but it's happening...

This has nothing to do vterm. Use [exec-path-from-shell](https://github.com/purcell/exec-path-from-shell)

You need to specify the environment variables you want to copy https://github.com/purcell/exec-path-from-shell/blob/master/exec-path-from-shell.el#L85

You either customize it with `M-x customize-option exec-path-from-shell-variables` or set it in your init file with `(setf exec-path-from-shell-variables '(...))`

> I customize-option because there is now no exec-path-from-shell-variables option anymore That usually means `exec-path-from-shell` wasn't loaded when you init. This package needs to be one of the first thing...