前言:
Mac 預設的 shell 為 bash , 但由於 zsh 有 oh-my-zsh 提供各種不同配合各種開發工具的 theme 如:git
等等,所以許多人會從 bash 轉到 zsh
不過有時在安裝一些開發工具時,你必須開發工具的 環境變數 的 path , 加到 zsh 的 shell ,不然常常在 終端機 下 command 時,會出現
:
zsh: XXX command not found
> 其實 bash 有時也會有同樣的問題
查看 shell
查看整體環境變數:
printenv
你可以看到 shell 的屬性為: