From e9c8add9f25a0ecd4caa2ee5d1d120c43956983a Mon Sep 17 00:00:00 2001 From: Leonid Volnitsky Date: Mon, 30 Nov 2009 08:38:19 +0200 Subject: reverted prompt char to old default '>' --- git-prompt.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'git-prompt.conf') diff --git a/git-prompt.conf b/git-prompt.conf index bdae7d5..dd88fd0 100644 --- a/git-prompt.conf +++ b/git-prompt.conf @@ -27,7 +27,7 @@ ## default_host="ahp" # remote host is always shown ## default_domain="lvvnet" -########################################################### CWD +########################################################### Current Working Dir display # cwd_cmd='\w' # display full path ## cwd_cmd='\W' # display only last dir of path ## cwd_cmd='cwd_truncate 40' # display only last N chars of path @@ -57,10 +57,11 @@ # rc_color=bw_bold # fi -### prompt character, default '>' for regular user, '#' for root +### prompt character for root/non-root, default '>' for both # prompt_char='>' +# root_prompt_char='>' ## prompt_char='$' -# root_prompt_char='#' +## root_prompt_char='#' ##### Per host color -- cgit v1.2.3