Skip to content

Instantly share code, notes, and snippets.

@samholmes
Last active March 8, 2019 20:42
Show Gist options
  • Save samholmes/010ef82bd239cf9c39d42831b305c471 to your computer and use it in GitHub Desktop.
Save samholmes/010ef82bd239cf9c39d42831b305c471 to your computer and use it in GitHub Desktop.
Lightning Simple PS1
# Red Colored
PS1="\e[0;31m\W ϟ\] \e[m"
# Red Background
PS1="\[\033[41m\033[30m\] \u \[\033[49m\033[31m \033[41m\033[30m\] \w \[\033[49m\033[31m\] ϟ \[$(tput sgr0)\]"
# Blue Background
PS1="\[\033[46m\033[30m\] \u \[\033[49m\033[36m \033[46m\033[30m\] \w \[\033[49m\033[36m\] ϟ \[$(tput sgr0)\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment