### Details gvm shell integration messes up `$PATH` if one of the paths has a space in it. It happens in [__gvm_munge_path](https://github.com/moovweb/gvm/blob/dd652539fa4b771840846f8319fad303c7d0a8d2/scripts/env/cd#L33). For example this path (notice `/foo bar/bin`): ``` > echo $PATH /usr/local/bin:/usr/bin:/bin:/foo bar/bin ``` will result in this path after bootstrapping GVM: ``` > echo $PATH /usr/local/bin:/usr/bin:/bin:/foo:bar/bin ``` ### System details device: Macbook Pro 14inch 2023 CPU: M2 pro Memory: 32GB OS: Sonoma 14.4.1