dotfiles/crates/20-vim/crate.debian.sh
2023-10-14 22:38:16 +02:00

7 lines
No EOL
96 B
Bash

super_apply() {
apt install -y vim
}
super_undo() {
echo "we never uninstall vim -_-"
}