4 lines
72 B
Bash
Executable file
4 lines
72 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -rf "$HOME"/.local/share/nvim
|
|
rm -rf "$HOME"/.config/nvim
|