From 3c43c8963cf7cd7304692fd2fc740a9ad646636e Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 21 Jan 2016 05:07:13 -0600 Subject: [PATCH] better --- sh/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/bashrc b/sh/bashrc index aa472dd..804ecdd 100644 --- a/sh/bashrc +++ b/sh/bashrc @@ -64,7 +64,7 @@ prompt_command_func() else STATUS_COLOR=$PROMPT_FAILURE_COLOR fi; - PS1="$STATUS_COLOR\u@\h$COLOR_RESET $DIR_COLOR\w$COLOR_RESET > " + PS1="$STATUS_COLOR\u@\h$COLOR_RESET $DIR_COLOR\w$COLOR_RESET " } export PROMPT_COMMAND="prompt_command_func"