From 0da7d7f6dd3e99a298a535b5c0b45eb1c9044f6f Mon Sep 17 00:00:00 2001 From: "m.kuehn" Date: Mon, 27 May 2013 13:34:44 +0200 Subject: [PATCH] fixed wrong config suggestion in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9346473..ed3263a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ POWERLINE_RIGHT_A="date" If you want to display exit-code of last command next to time: ``` -POWERLINE_RIGHT_A="exit-code" +POWERLINE_RIGHT_A="exit-status" ``` If you want to display date or non-zero-exit-code of last command next to time: