From aef1385bea7d09ccd345c473b6fd34fa2a8cfb13 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Wed, 2 Jan 2013 12:10:35 +0100 Subject: optional: NERDTree: do not show tar.gz either MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit probably more to come/accumulate in daily usage Signed-off-by: Jan Pokorný --- init-optional | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit