[Clean] Make it also clean pager

This commit is contained in:
2025-09-23 08:45:56 +02:00
parent efd2fc5a58
commit d802bb28e7

View File

@@ -1,9 +1,9 @@
#!/bin/sh #!/bin/sh
git pull git pull
rm -rf ~/.local/share/nvim/ rm -rf ~/.local/share/nvim*/
rm -rf ~/.local/state/nvim/ rm -rf ~/.local/state/nvim*/
rm -rf ~/.cache/nvim/ rm -rf ~/.cache/nvim*/
# Re-Install configs to clean out lazy-lock and all other residue # Re-Install configs to clean out lazy-lock and all other residue
./nvim-install.sh ./nvim-install.sh