Skip to content

Instantly share code, notes, and snippets.

@SLIB53
Created April 18, 2016 05:03
Show Gist options
  • Save SLIB53/19d61a92b2bf6b2f5c07901399e76bb1 to your computer and use it in GitHub Desktop.
Save SLIB53/19d61a92b2bf6b2f5c07901399e76bb1 to your computer and use it in GitHub Desktop.
#!bin/bash
# Formats bash prompt to look like this (»# is job count):
# ~ »0
# $
PS1='\n\e[1;37m\w\e[m \e[0;34m»\j\e[m\n$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment