dotfiles/crates/20-vim/crate.arch.sh

7 lines
112 B
Bash
Raw Permalink Normal View History

2023-09-01 03:34:16 +02:00
super_apply() {
pacman -S --needed --noconfirm vim
2023-09-01 03:34:16 +02:00
}
super_undo() {
echo "we never uninstall vim -_-"
}