I run unsuccessfully the following code at /usr/local/bin
LBIN=/usr/local/bin
How can you change specific prompt's PATHs in Zsh?
I run unsuccessfully the following code at /usr/local/bin
LBIN=/usr/local/bin
How can you change specific prompt's PATHs in Zsh?
After setting
LBIN=/usr/local/bin
Try cd-ing to it:
$> cd ~LBIN
And see what the prompt shows you.
If you want this behavior by default, set LBIN in your zshrc.