PATH variable in .zshenv or .zshrc

后端 未结 3 1100
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-19 16:50

My setup is zsh 5.0.5 in arch linux

I have set the PATH variable as below in .zshenv

typeset -U path
path=(~/bin $path)
DW=$HOME/Downloads
3条回答
  •  执笔经年
    2021-02-19 17:16

    It seems that when you have macos or some linux distros there is a canonical solution to the problem which involves /etc/paths or /etc/paths.d. You should be letting /usr/libexec/path_helper construct your path for you using configuration files.

    This immediately solved the problem in all places for me.

提交回复
热议问题