From a195c0dea169c617b9e7a303792a1cf3d397f45e Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Sun, 19 Jul 2015 16:23:03 -0700 Subject: [PATCH] Clean up glyphs in README a bit, fix branch glyph. --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9dd62ab..4dd359b 100644 --- a/README.md +++ b/README.md @@ -35,24 +35,24 @@ This theme is based loosely on [agnoster][agnoster]. ### The Prompt * Flags: - * Previous command failed (!) - * Background jobs (%) - * You currently have superpowers ($) + * Previous command failed (`!`) + * Background jobs (`%`) + * You currently have superpowers (`$`) * User@Host (unless you're the default user) * Current RVM or rbenv (Ruby) version * Current virtualenv (Python) version * _If you use virtualenv, you will probably need to disable the default virtualenv prompt, since it doesn't play nice with fish: `set -x VIRTUAL_ENV_DISABLE_PROMPT 1`_ * Abbreviated parent directory * Current directory, or Git or Mercurial project name - * Current project's repo branch ( master) or detached head (➦ d0dfd9b) + * Current project's repo branch (branch-glyph master) or detached head (➦ d0dfd9b) * Git or Mercurial status, via colors and flags: - * Dirty working directory (*) - * Untracked files (…) - * Staged changes (~) - * Stashed changes ($) - * Unpulled commits (-) - * Unpushed commits (+) - * Unpulled *and* unpushed commits (±) + * Dirty working directory (`*`) + * Untracked files (`…`) + * Staged changes (`~`) + * Stashed changes (`$`) + * Unpulled commits (`-`) + * Unpushed commits (`+`) + * Unpulled *and* unpushed commits (`±`) * _Note that not all of these have been implemented for hg yet :)_ * Abbreviated project-relative path