Masayuki Doi

Results 2 comments of Masayuki Doi

I encountered the same issue. My environment is macOS with zsh as the shell. ``` $ sw_vers ProductName: macOS ProductVersion: 15.4.1 BuildVersion: 24E263 $ echo $SHELL /bin/zsh ``` I tried...

I adjusted some settings in my .zshrc and investigated the issue. I am using nvm (https://github.com/nvm-sh/nvm), which is a version manager for Node.js, so I have the following setting in...