Skip to content

Instantly share code, notes, and snippets.

@sahara-ooga
Last active November 25, 2018 01:04
Show Gist options
  • Save sahara-ooga/67f4f82e45d71a385625227bee15fe12 to your computer and use it in GitHub Desktop.
Save sahara-ooga/67f4f82e45d71a385625227bee15fe12 to your computer and use it in GitHub Desktop.
export path in one line command

example

add ~/.local/bin to the last line in ~/.bash_profile

$ echo export PATH=$PATH:~/.local/bin >> ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment