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