Skip to content

Commit

Permalink
allow disable update power
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Aug 18, 2024
1 parent 20e1857 commit 8b94660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions roles/zsh/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ zsh_with_completions: true
zsh_with_powerlevel10k: true
zsh_powerlevel10k_packages:
- fonts-powerline
zsh_powerlevel10k_update: true

zsh_user: root

Expand Down
3 changes: 1 addition & 2 deletions roles/zsh/tasks/powerlevel10k.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@
version: master
force: true
accept_hostkey: true

# TODO: provide configution (.zshrc)
when: zsh_powerlevel10k_update

0 comments on commit 8b94660

Please sign in to comment.