dotfiles/crates/10-zsh/crate.void.sh
2023-11-16 15:44:56 +01:00

10 lines
95 B
Bash

#!/bin/sh
super_apply() {
xbps-install -y zsh
}
super_undo() {
xbps-remove -y zsh
}