Created
June 11, 2016 02:01
-
-
Save kasramp/d3be2b6e62096d05c7a8279341881020 to your computer and use it in GitHub Desktop.
Uncomment case code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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