diff options
| author | Koichi Murase <myoga.murase@gmail.com> | 2024-01-02 21:19:16 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-02 12:19:16 +0000 |
| commit | 16309ca198e6b821aefee98e90587fabaf192796 (patch) | |
| tree | c5d03d1d750915a82df565a6918b435036732c72 /docs/src/components/HomepageFeatures/index.js | |
| parent | fix(zsh): zsh_autosuggest_strategy for no-unset environment (#1486) (diff) | |
| download | atuin-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 'docs/src/components/HomepageFeatures/index.js')
0 files changed, 0 insertions, 0 deletions
