Skip to content

Instantly share code, notes, and snippets.

@cjus
Last active August 29, 2015 14:24
Show Gist options
  • Save cjus/d2ae04cbe8d97c2d7e30 to your computer and use it in GitHub Desktop.
Save cjus/d2ae04cbe8d97c2d7e30 to your computer and use it in GitHub Desktop.
bash prompt with time display
Add to .bash_profile
export PS1="\n┏━➤ [\D{%T}┊ \u@\h]: \w\n┗━➤ "
New prompt looks like this:
┏━➤ [23:30:23┊ cjus@phoenix]: ~/dev
┗━➤
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment