andrew-ttd

Results 1 issues of andrew-ttd

After installing GVM the line below was added to my `.zshrc`: ``` [[ -s "/Users/andrew.oh/.gvm/scripts/gvm" ]] && source "/Users/andrew.oh/.gvm/scripts/gvm" ``` This script seems to incorrectly update my `PATH` environment variable...