7 lines
No EOL
116 B
Bash
7 lines
No EOL
116 B
Bash
super_apply() {
|
|
pacman -S --needed --noconfirm alacritty
|
|
}
|
|
|
|
super_undo() {
|
|
pacman -R --noconfirm alacritty
|
|
} |