Skip to content

Instantly share code, notes, and snippets.

@slaiyer
Created December 2, 2018 13:25
Show Gist options
  • Save slaiyer/589f95c0fee9a2e0ef4a6c3c822862dc to your computer and use it in GitHub Desktop.
Save slaiyer/589f95c0fee9a2e0ef4a6c3c822862dc to your computer and use it in GitHub Desktop.
Bash PS1
export PS1='\n$([[ $(jobs | wc -l) -gt 0 ]] && printf '\''<\j> '\'')[\e[1m\u\e[0m] \w\n \[\e[1m\]\$\[\e[0m\] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment