SyntaxFix
Write A Post
Hire A Developer
Questions
one liner, without opening ~/.zshrc file
~/.zshrc
echo -n 'export PATH=~/bin:$PATH' >> ~/.zshrc
or
echo -n 'export PATH=$HOME/bin:$PATH' >> ~/.zshrc
To see the effect, do source ~/.zshrc in the same tab or open a new tab
source ~/.zshrc