moovweb / gvm

Go Version Manager
http://github.com/moovweb/gvm
MIT License
9.87k stars 520 forks source link

ubuntu 23.10 after source gvm env ,the cd command cannot work #455

Open allenliuvip opened 7 months ago

allenliuvip commented 7 months ago

after

[[ -s "/home/afonso/.gvm/scripts/gvm" ]] && source "/home/afonso/.gvm/scripts/gvm"

in bash , i type cd anypath, it doesnot work

lialosiu commented 6 months ago

after

[[ -s "/home/afonso/.gvm/scripts/gvm" ]] && source "/home/afonso/.gvm/scripts/gvm"

in bash , i type cd anypath, it doesnot work

check ~/.gvm/scripts/gvm-default

and comment . "$GVM_ROOT/scripts/env/cd" && cd .