在macos终端zsh中,typeset -U路径不工作:
typeset -U PATH错误:
typeset: -U: invalid option
typeset: usage: typeset [-afFirtx] [-p] name[=value] ...你知道为什么吗?
发布于 2019-07-23 16:50:37
就像@chepner说的,你可能不在zsh上,因为我用zshell5.3在Macosx上像你一样试过了,而且还能用。
作为参考,这里是zsh man page for all the builtins。
https://stackoverflow.com/questions/57072995
复制相似问题