5 lines
68 B
Text
5 lines
68 B
Text
|
#!/bin/sh
|
||
|
|
||
|
rm -rf $HOME/.local/share/nvim
|
||
|
rm -rf $HOME/.config/nvim
|