Commit 8e519f7
committed
Fix terminal shell prompt (starship) not loading
Use login shell (-l flag) when spawning terminals via dtach so bash
sources .profile which sources .bashrc where starship init lives.
This fixes the regression where new terminals showed minimal prompts
instead of starship when Vibora runs under systemd with limited PATH.1 parent 55c65ae commit 8e519f7
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
0 commit comments