$PATH added not working
$PATH in .zshrc or .bashrc had to be long format.
NOT working:
export PATH="~/.scripts:$PATH" # self made small scripts
working:
export PATH="/Users/cox/.scripts:$PATH" # self made small scripts
$PATH in .zshrc or .bashrc had to be long format.
NOT working:
export PATH="~/.scripts:$PATH" # self made small scripts
working:
export PATH="/Users/cox/.scripts:$PATH" # self made small scripts
No comments to display
No comments to display