This commit is contained in:
Daniel Flanagan 2016-01-21 05:07:13 -06:00
parent ee0a71fcd6
commit 3c43c8963c
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ prompt_command_func()
else else
STATUS_COLOR=$PROMPT_FAILURE_COLOR STATUS_COLOR=$PROMPT_FAILURE_COLOR
fi; 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" export PROMPT_COMMAND="prompt_command_func"