7 lines
100 B
Bash
7 lines
100 B
Bash
|
super_apply() {
|
||
|
pacman -S --needed vim
|
||
|
}
|
||
|
|
||
|
super_undo() {
|
||
|
echo "we never uninstall vim -_-"
|
||
|
}
|