Skip to content

Instantly share code, notes, and snippets.

@daithi-coombes
Created May 13, 2013 21:57
Show Gist options
  • Save daithi-coombes/5571866 to your computer and use it in GitHub Desktop.
Save daithi-coombes/5571866 to your computer and use it in GitHub Desktop.
remove environment variables from $PATH in linux
#everything past the first '\' gets removed
export PATH=${PATH/\/path\/to\/remove:}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment