summaryrefslogtreecommitdiffstats
path: root/init-optional
diff options
context:
space:
mode:
Diffstat (limited to 'init-optional')
-rw-r--r--init-optional2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-optional b/init-optional
index 7a1b146..53e8fc6 100644
--- a/init-optional
+++ b/init-optional
@@ -18,6 +18,6 @@ optional () {
'git-nerdtree' \
'git-sessionman'
- [ "$1" == "get" ] && echo "let NERDTreeIgnore = ['\.pyc$']" >> ~/.vimrc
+ [ "$1" == "get" ] && echo "let NERDTreeIgnore = ['\.pyc$', '\.tar\.gz$']" >> ~/.vimrc
}
init_register optional