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

11 lines
95 B
Bash
Raw Normal View History

2023-11-16 15:43:34 +01:00
#!/bin/sh
super_apply() {
xbps-install -y zsh
}
super_undo() {
xbps-remove -y zsh
}