mirror of
https://github.com/powerline/powerline.git
synced 2025-07-23 13:55:45 +02:00
Merge remote-tracking branch 'zyx-i/record-last_exit_code' into develop
This commit is contained in:
commit
18a05b4445
@ -13,9 +13,10 @@ _powerline_tmux_set_columns() {
|
||||
}
|
||||
|
||||
_powerline_prompt() {
|
||||
local last_exit_code=$?
|
||||
[[ -z "$POWERLINE_OLD_PROMPT_COMMAND" ]] ||
|
||||
eval $POWERLINE_OLD_PROMPT_COMMAND
|
||||
PS1="$(powerline shell left -r bash_prompt --last_exit_code=$?)"
|
||||
PS1="$(powerline shell left -r bash_prompt --last_exit_code=$last_exit_code)"
|
||||
_powerline_tmux_set_pwd
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user