1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-03-09 20:02:51 -07:00

.netrwhist is a file, not a directory

This commit is contained in:
Connor Olding 2025-02-22 02:46:56 -08:00
parent 9d4770c637
commit b38189cbf5

2
update
View file

@ -113,7 +113,7 @@ desire() {
case "$1" in
(*.bak) false;;
(*/.git/*) false;;
(vim/.netrwhist/*) false;;
(vim/.netrwhist) false;;
(vim/backup/*) false;;
(vim/bundle/*) false;;
(vim/swp/*) false;;