diff --git a/assets/shell-integration/wezterm.sh b/assets/shell-integration/wezterm.sh index 2776c7e40..8dbe8a710 100644 --- a/assets/shell-integration/wezterm.sh +++ b/assets/shell-integration/wezterm.sh @@ -183,6 +183,8 @@ __bp_precmd_invoke_cmd() { "$precmd_function" fi done + + return $__bp_last_ret_value } # Sets a return value in $?. We may want to get access to the $? variable in our