Skip to content

Instantly share code, notes, and snippets.

@hawesie
Created August 9, 2018 12:05
Show Gist options
  • Save hawesie/fdce1e8599981d60c8b9f4979a859efd to your computer and use it in GitHub Desktop.
Save hawesie/fdce1e8599981d60c8b9f4979a859efd to your computer and use it in GitHub Desktop.
Terminal config stuff
if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}[\W]\$ '
else
PS1='${debian_chroot:+($debian_chroot)}[\W]\$ '
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment