simpler prompt 2
This commit is contained in:
parent
6fa409d39e
commit
8626f63fc7
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ prompt_command_func()
|
|||
else
|
||||
STATUS_COLOR=$PROMPT_FAILURE_COLOR
|
||||
fi;
|
||||
PS1="┌ $STATUS_COLOR\u@\h$COLOR_RESET \w \n└ "
|
||||
PS1="$STATUS_COLOR\u@\h$COLOR_RESET \w > "
|
||||
}
|
||||
export PROMPT_COMMAND="prompt_command_func"
|
||||
|
||||
|
|
Reference in a new issue