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

7 lines
88 B
Bash
Raw Normal View History

2023-10-14 22:38:16 +02:00
super_apply() {
apt install -y zsh
}
super_undo() {
pacman -R --noconfirm zsh
}