dotfiles/crates/20-vim/crate.arch.sh
2023-09-01 03:34:16 +02:00

7 lines
No EOL
100 B
Bash

super_apply() {
pacman -S --needed vim
}
super_undo() {
echo "we never uninstall vim -_-"
}