Switched back to normal zsh

This commit is contained in:
Tobias Maier
2022-06-06 12:14:54 +02:00
parent 3cbc2df8b8
commit e0d20f134f
2 changed files with 3 additions and 3 deletions

View File

@@ -65,7 +65,7 @@
become_user: aur_builder
- name: Install ZSH-GIT and reflector from AUR
community.general.pacman:
name: zsh-git,reflector
name: reflector
state: present
executable: paru
become: yes
@@ -76,7 +76,7 @@
- name: Install packages from AUR
community.general.pacman:
name: zsh-git,oh-my-zsh-git,zsh-theme-powerlevel10k-git,zsh-autosuggestions,zsh-syntax-highlighting,nano,ly,ansible,openssh
name: zsh,oh-my-zsh-git,zsh-theme-powerlevel10k-git,zsh-autosuggestions,zsh-syntax-highlighting,nano,ly,ansible,openssh
state: present
executable: paru
become: yes