Skip to content

Instantly share code, notes, and snippets.

@Souler
Last active December 24, 2015 11:47
Show Gist options
  • Save Souler/73f9483b0e584697c30b to your computer and use it in GitHub Desktop.
Save Souler/73f9483b0e584697c30b to your computer and use it in GitHub Desktop.
# For regular users
PS1='${debian_chroot:+($debian_chroot)}\[\e[1;30m\]$(date +%H:%M) \[\e[1;34m\]\u\[\e[1;33m\]@\[\e[1;32m\]\h \[\e[01;36m\]\W \[\e[1;33m\]$\[\e[0m\] '
# For root
PS1='${debian_chroot:+($debian_chroot)}\[\e[1;30m\]$(date +%H:%M) \[\e[1;31m\]\u\[\e[1;33m\]@\[\e[1;32m\]\h \[\e[01;36m\]\W \[\e[1;31m\]#\[\e[0m\] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment