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