LucasLarson opened this issue 4 years ago · 0 comments
cb371c4
dotfiles/.zshrc
Lines 93 to 96 in cb371c4
Lines 95 to 97 in a8240df
both
path=(addition "${path[@]}")
and
path=("${path[@]}" addition)
become possible
moreover, “In POSIX sh, += is undefined” (SC3024)
+=