dotfiles/crates/10-zsh/crate.arch.sh

7 lines
104 B
Bash
Raw Normal View History

2023-10-14 22:38:12 +02:00
super_apply() {
2023-10-14 22:38:15 +02:00
pacman -S --needed --noconfirm zsh
2023-10-14 22:38:12 +02:00
}
super_undo() {
pacman -R --noconfirm zsh
2023-10-14 22:38:12 +02:00
}