Skip to content

Instantly share code, notes, and snippets.

@kasramp
Created June 11, 2016 02:01
Show Gist options
  • Select an option

  • Save kasramp/d3be2b6e62096d05c7a8279341881020 to your computer and use it in GitHub Desktop.

Select an option

Save kasramp/d3be2b6e62096d05c7a8279341881020 to your computer and use it in GitHub Desktop.
Uncomment case code
case `id -u` in
0) PS1="${PS1}# ";;
*) PS1="${PS1}$ ";;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment