fix: use correct theme name

This commit is contained in:
Jan De Dobbeleer 2020-09-25 08:51:12 +02:00 committed by Jan De Dobbeleer
parent 2b0b36b835
commit 4fb33afd88

View file

@ -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