Skip to content

Commit

Permalink
fix(ohmyposh.yml): replaced yes with true
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNabokikh committed Jul 31, 2022
1 parent 63246f9 commit bde9253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/ohmyposh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
community.windows.win_lineinfile:
path: "{{ powershell_profile_path.stdout | trim }}"
insertbefore: BOF
create: yes
create: true
regex: "^oh-my-posh"
line: "oh-my-posh --init --shell pwsh --config $env:POSH_THEMES_PATH/'{{ ohmyposh_theme | default('paradox') }}'.omp.json | Invoke-Expression"

0 comments on commit bde9253

Please sign in to comment.