aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-server-postgres/src
diff options
context:
space:
mode:
authorKoichi Murase <myoga.murase@gmail.com>2024-01-02 21:19:16 +0900
committerGitHub <noreply@github.com>2024-01-02 12:19:16 +0000
commit16309ca198e6b821aefee98e90587fabaf192796 (patch)
treec5d03d1d750915a82df565a6918b435036732c72 /atuin-server-postgres/src
parentfix(zsh): zsh_autosuggest_strategy for no-unset environment (#1486) (diff)
downloadatuin-16309ca198e6b821aefee98e90587fabaf192796.zip
fix(bash): fix error by the use of ${PS1@P} in bash < 4.4 (#1488)
The parameter expansions for the prompt strings, `${PS1@P}`, is only available in bash >= 4.4. In Bash 4.3 or below w/ bash-preexec, the current implementation produces error messages. There is no way to evaluate PS1 with bash < 4.4, so we give up the adjustments for multiline prompts in bash < 4.4 in this patch.
Diffstat (limited to 'atuin-server-postgres/src')
0 files changed, 0 insertions, 0 deletions