forked from colonelpanic/dotfiles
update PS2 to show reason for being delayed.
This commit is contained in:
parent
c92b886cd2
commit
a0ade716a2
@ -61,7 +61,7 @@ function separator() {
|
||||
PROMPT='╭─% $(print_with_color "%n" "$USERNAME_COLOR") $(separator "at") $(print_with_color "`hostname -s`" "$HOSTNAME_COLOR") $(separator "in") $(print_with_color "`current_directory`" "$terminfo[bold]$CURRENT_DIRECTORY_COLOR")$(git_prompt_info)$(sandbox_prompt)
|
||||
╰─± '
|
||||
|
||||
PS2=''
|
||||
PS2='(%_) '
|
||||
|
||||
RPROMPT='Last Exit Code: $?'
|
||||
prompt_use_custom_colors
|
||||
|
Loading…
Reference in New Issue
Block a user