Linux CLI - Environment and Configuration
You added this line to your shell setup file:
But after restarting the shell, your custom programs in
export PATH=$HOME/bin:$PATH
But after restarting the shell, your custom programs in
$HOME/bin are not found. What is the likely problem?