那么你需要做以下几点:
a.在终端输入 vi .zshrc
vi .zshrc
b.添加下列内容
source ~/.bash_profile
c.按esc 然后英文状态下的“:wq”保存并退出文档
d.更新文档
source .zshrc
e.输入mvn -v
mvn -v