7 lines
94 B
Bash
7 lines
94 B
Bash
|
super_apply() {
|
||
|
xbps-install -y alacritty
|
||
|
}
|
||
|
|
||
|
super_undo() {
|
||
|
xbps-remove -y alacritty
|
||
|
}
|