Answers for "zsh add to PATH permanently"

1

zsh add to PATH permanently

echo -n 'export PATH=~/bin:$PATH' >> ~/.zshrc
Posted by: Guest on February-16-2022
0

zsh add to PATH permanently

echo -n 'export PATH=$HOME/bin:$PATH' >> ~/.zshrc
Posted by: Guest on February-16-2022

Code answers related to "zsh add to PATH permanently"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language