Last active
June 6, 2016 10:28
-
-
Save shuymn/38139f7eb201c869a4d55fdbdb771c32 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Prompt format: # [TIME] USER@MACHINE in DIRECTORY on git:BRANCH STATE \n $ | |
| PROMPT=" | |
| %{$fg[white]%}[%*] \ | |
| %{$fg[cyan]%}%n\ | |
| %{$fg[white]%}@\ | |
| %{$fg[green]%}$(box_name) \ | |
| %{$fg[white]%}in \ | |
| %{$terminfo[bold]$fg[yellow]%}${current_dir}%{$reset_color%}\ | |
| ${hg_info}\ | |
| ${git_info} | |
| %{$terminfo[bold]$fg[blue]%}$ %{$reset_color%}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment