Commit 985e590
committed
Make the PROMPT_COMMAND chain with existing
If something else has already set the PROMPT_COMMAND (for example,
ghostty or mise), currently the themes will clobber the existing value,
breaking their functionality.
This patch adds `;$PROMPT_COMMAND` to the end, so that bash will execute
the existing commands as well.1 parent 4a51027 commit 985e590
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
0 commit comments