在我中设置变量时,我~/.zshrc可以使用export
~/.zshrc
export
export PATH=/some/path
或不
PATH=/some/path
这些有什么不同,我应该使用哪个?
zsh shell
shell ×1
zsh ×1