mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Merge branch 'bash-inherit_errexit' of https://github.com/grimm26/kovidgoyal-kitty
This commit is contained in:
commit
9eabc9ecf1
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ if [[ -n "$KITTY_BASH_INJECT" ]]; then
|
|||
}
|
||||
else
|
||||
builtin set +o posix
|
||||
builtin shopt -u inherit_errexit # resetting posix does not clear this
|
||||
builtin shopt -u inherit_errexit 2>/dev/null # resetting posix does not clear this
|
||||
if [[ -n "$KITTY_BASH_UNEXPORT_HISTFILE" ]]; then
|
||||
builtin export -n HISTFILE
|
||||
builtin unset KITTY_BASH_UNEXPORT_HISTFILE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue