summaryrefslogtreecommitdiffstats
path: root/src/modules/character.rs
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-04-10 09:22:11 -0400
committerMatan Kushner <hello@matchai.me>2019-04-10 09:22:11 -0400
commitd5493d236d402497509b7a3248dd8919bbb34c6c (patch)
treeeab7cbc2a99d817da27504b4fe851888b9b321b6 /src/modules/character.rs
parent67ab2121c578a59c076269597d1f2fcf71af2f57 (diff)
Begin writing Node section
Diffstat (limited to 'src/modules/character.rs')
-rw-r--r--src/modules/character.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/character.rs b/src/modules/character.rs
index 7bdbe6387..4c83c5096 100644
--- a/src/modules/character.rs
+++ b/src/modules/character.rs
@@ -11,7 +11,7 @@ use clap::ArgMatches;
/// - If the exit-code was anything else, the arrow will be formatted with
/// `COLOR_FAILURE` (red by default)
pub fn segment(args: &ArgMatches) -> Segment {
- const PROMPT_CHAR: &str = "➜ ";
+ const PROMPT_CHAR: &str = "➜";
const COLOR_SUCCESS: Color = Color::Green;
const COLOR_FAILURE: Color = Color::Red;