Skip to content

Instantly share code, notes, and snippets.

@Daniel15
Created November 21, 2017 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Daniel15/8bd89b7997274066b71caa5c8d5ce1e4 to your computer and use it in GitHub Desktop.
Save Daniel15/8bd89b7997274066b71caa5c8d5ce1e4 to your computer and use it in GitHub Desktop.
zsh prompt
PROMPT='
%F{cyan}%T% %F{white}%n%F{magenta}@%F{white}%m $fg_bold[green]${PWD/$HOME/~}%b%F{064} $(_dotfiles_scm_info)
%{$fg_bold[yellow]%}%% %{$reset_color%}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment