diff --git a/home/.config/shell/profile b/home/.config/shell/profile index b6e47a9..e9e6d8a 100755 --- a/home/.config/shell/profile +++ b/home/.config/shell/profile @@ -8,7 +8,7 @@ # Add all folders in ~/.local/bin into PATH # Some window managers require this line to be in profile # not in .zshenv -PATH+=":${$(find ~/.local/bin -type d | tr '\n' ':')%%:}" +PATH+=":${$(find -L ~/.local/bin -type d | tr '\n' ':')%%:}" if [ -d "$HOME/.local/share/pyenv/shims" ]; then PATH+=":$HOME/.local/share/pyenv/shims"