Skip to content

Instantly share code, notes, and snippets.

@BlueSpaceCanary
Created September 24, 2019 16:25
Show Gist options
  • Save BlueSpaceCanary/40a77b16a110b3920eb26125e5fba539 to your computer and use it in GitHub Desktop.
Save BlueSpaceCanary/40a77b16a110b3920eb26125e5fba539 to your computer and use it in GitHub Desktop.
local RED="%{$fg[red]%}"
local BLUE="%{$fg[blue]%}"
local GREEN="%{$fg[green]%}"
local CYAN="%{$fg[cyan]%}"
local MAGENTA="%{$fg[magenta]%}"
local YELLOW="%{$fg[yellow]%}"
local RESET="%{$reset_color%}"
# nothing if it's good, red "WRONG" if it's bad lol
local goodbad="%(?,,${RED}WRONG!!${RESET})"
PROMPT="${GREEN}%m${RESET} -> ${YELLOW}%2~ ${goodbad} ${RED}%#${RESET} "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment