6 lines
81 B
Bash
6 lines
81 B
Bash
#!/bin/sh
|
|
|
|
rm -rf ~/.config/nvim
|
|
rm -rf ~/.local/share/nvim
|
|
rm -rf ~/.cache/nvim
|