dotfiles/crates/10-zsh/crate.arch.sh
2023-10-14 22:38:15 +02:00

7 lines
No EOL
104 B
Bash

super_apply() {
pacman -S --needed --noconfirm zsh
}
super_undo() {
pacman -R --noconfirm zsh
}