Skip to content

Instantly share code, notes, and snippets.

@mitchmoser
Created August 4, 2019 01:41
Show Gist options
  • Save mitchmoser/c675e8d818b4c953c3a58e1be8e8abc4 to your computer and use it in GitHub Desktop.
Save mitchmoser/c675e8d818b4c953c3a58e1be8e8abc4 to your computer and use it in GitHub Desktop.
Multi-Line Bash Prompt Similar to ParrotOS zsh
PS1='\[\033[0;32m\]┏${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\n\[\033[0;32m\]┗━┫\[\033[00m\]$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment