Skip to content

Instantly share code, notes, and snippets.

@ptomaszek
Created November 25, 2022 16:58
Show Gist options
  • Save ptomaszek/a95fc595074717be1414a8f1ac0f5e8e to your computer and use it in GitHub Desktop.
Save ptomaszek/a95fc595074717be1414a8f1ac0f5e8e to your computer and use it in GitHub Desktop.
add to PATH linux
echo 'export PATH=~/bin:$PATH' >> ~/.bash_profile
source ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment