Skip to content

Instantly share code, notes, and snippets.

@ivanbogomoloff
Created October 17, 2017 08:18
Show Gist options
  • Save ivanbogomoloff/c2741ce7ec17daa4bb689386a1fe9fc3 to your computer and use it in GitHub Desktop.
Save ivanbogomoloff/c2741ce7ec17daa4bb689386a1fe9fc3 to your computer and use it in GitHub Desktop.
PS1 in terminal
PS1="\033[01;32m[\w]\[\033[00m\] \D{%T}\$(__git_ps1)$ "
//will produce [/your/directory] 11:15:34 (branchname)$
@ivanbogomoloff
Copy link
Author

PS1="[\033[01;34m]\w[\033[00m] \033[01;32m\D{%T}[\033[00m]$(__git_ps1)$ " #PS1="[\033[01;34m]\w[\033[00m] \033[01;32m\D{%T}[\033[00m]$(__git_ps1)$ "

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment