Skip to content

Instantly share code, notes, and snippets.

@vheon
Created July 4, 2012 21:28
Show Gist options
  • Save vheon/3049644 to your computer and use it in GitHub Desktop.
Save vheon/3049644 to your computer and use it in GitHub Desktop.
Bash Prompt, still work in progress
BASE03="\[\033[1;30m\]"
BASE02="\[\033[0;30m\]"
BASE01="\[\033[1;32m\]"
BASE00="\[\033[1;33m\]"
BASE0="\[\033[1;34m\]"
BASE1="\[\033[1;36m\]"
BASE2="\[\033[0;37m\]"
BASE3="\[\033[1;37m\]"
YELLOW="\[\033[0;33m\]"
ORANGE="\[\033[1;31m\]"
RED="\[\033[0;31m\]"
MAGENTA="\[\033[0;35m\]"
PURPLE="\[\033[1;35m\]"
BLUE="\[\033[0;34m\]"
CYAN="\[\033[0;36m\]"
GREEN="\[\033[0;32m\]"
RESET="\[\033[0m\]"
export PS1="${BASE1}┌┤${CYAN}\u${RESET}@${GREEN}\h${BASE1}├──(${BLUE}\w${BASE1})\n└──[${PURPLE}\A${BASE1}]──■${BASE0} "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment