Skip to content

Instantly share code, notes, and snippets.

@filipechagas
Created January 18, 2011 21:08
Show Gist options
  • Save filipechagas/785150 to your computer and use it in GitHub Desktop.
Save filipechagas/785150 to your computer and use it in GitHub Desktop.
Solving the $PATH problem with sudo
#add this line to ~/.bash_aliases
alias sudo='sudo env PATH=$PATH'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment