diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | gitconfig | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,2 +1,4 @@ mutt/temp/* newsboat/cache.db.lock +mutt/cache/headers +vim/plugged @@ -4,7 +4,7 @@ [core] excludesfile = /home/lemon/.gitignore_global quotepath = false - editor = /usr/local/bin/vim + editor = /usr/bin/vim [alias] co = checkout ci = commit |