Skip to content

Instantly share code, notes, and snippets.

@shuymn
Last active June 6, 2016 10:28
Show Gist options
  • Select an option

  • Save shuymn/38139f7eb201c869a4d55fdbdb771c32 to your computer and use it in GitHub Desktop.

Select an option

Save shuymn/38139f7eb201c869a4d55fdbdb771c32 to your computer and use it in GitHub Desktop.
# 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