From 41d3fdd683c97ef5366b2414bce66b18608dc951 Mon Sep 17 00:00:00 2001 From: Morten Enemark Lund Date: Mon, 27 Feb 2017 23:25:37 +0100 Subject: [PATCH] Change note --- xonsh/xonfig.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xonsh/xonfig.py b/xonsh/xonfig.py index 662bf4417..c521c506e 100644 --- a/xonsh/xonfig.py +++ b/xonsh/xonfig.py @@ -586,13 +586,13 @@ WELCOME_MSG = [ '', ('{{INTENSE_RED}}~{{NO_COLOR}} {tagline} {{INTENSE_RED}}~{{NO_COLOR}}', '^', ' '), '', - ('{{INTENSE_YELLOW}}', '<', '-'), - '{{GREEN}}xonfig{{NO_COLOR}} tutorial {{INTENSE_WHITE}}-> Launch the tutorial in ' + ('{{INTENSE_BLACK}}', '<', '-'), + '{{GREEN}}xonfig{{NO_COLOR}} tutorial {{INTENSE_WHITE}}-> Launch the tutorial in ' 'the browser{{NO_COLOR}}', - '{{GREEN}}xonfig{{NO_COLOR}} wizard {{INTENSE_WHITE}}-> Run the configuration ' + '{{GREEN}}xonfig{{NO_COLOR}} wizard {{INTENSE_WHITE}}-> Run the configuration ' 'wizard and claim your shell {{NO_COLOR}}', - '{{INTENSE_BLACK}}Note: Running the Wizard or creating a {{RED}}~/.xonshrc{{NO_COLOR}} file ' - 'will suppress this welcome message', + '{{INTENSE_BLACK}}(Note: Run the Wizard or create a {{RED}}~/.xonshrc{{INTENSE_BLACK}} file ' + 'to suppress this meassage)', '', ]