gvm icon indicating copy to clipboard operation
gvm copied to clipboard

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

Open allenliuvip opened this issue 2 years ago • 1 comments

after

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

in bash , i type cd anypath, it doesnot work

allenliuvip avatar Nov 25 '23 00:11 allenliuvip

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 .

lialosiu avatar Dec 08 '23 10:12 lialosiu