Skip to content

Instantly share code, notes, and snippets.

@Laica-Lunasys
Created July 15, 2014 06:35
Show Gist options
  • Save Laica-Lunasys/4b212a5eee6e525fdd16 to your computer and use it in GitHub Desktop.
Save Laica-Lunasys/4b212a5eee6e525fdd16 to your computer and use it in GitHub Desktop.
rootの時とそうじゃない時で違う奴
if test "$UID" = 0; then
PS1="[${USER}@${HOSTNAME} \W]\# "
else
PS1="[${USER}@${HOSTNAME} \W]\$ "
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment