Skip to content

Instantly share code, notes, and snippets.

@malcolm-kee
Created March 17, 2020 01:04
Show Gist options
  • Save malcolm-kee/767374ffa941bd09c9652ce153a67661 to your computer and use it in GitHub Desktop.
Save malcolm-kee/767374ffa941bd09c9652ce153a67661 to your computer and use it in GitHub Desktop.
Bash config
if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}\[\033[0;42m\]\u@\h\[\033[0;46m\]>\w>\[\033[0m\]'
# PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment