mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
fix: use correct theme name
This commit is contained in:
parent
2b0b36b835
commit
4fb33afd88
|
@ -70,7 +70,7 @@ Add the following to your `.bashrc` (or `.profile` on Mac):
|
|||
|
||||
```bash
|
||||
function _update_ps1() {
|
||||
PS1="$(<go-my-posh> -config ~/jandedobeleer.json -error $?)"
|
||||
PS1="$(<go-my-posh> -config ~/jandedobbeleer.json -error $?)"
|
||||
}
|
||||
|
||||
if [ "$TERM" != "linux" ] && [ -f <go-my-posh> ]; then
|
||||
|
|
Loading…
Reference in a new issue