From ad2180b9db4eb42f2b2e28743715a31efedbf2ea Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Sat, 5 Mar 2022 00:22:47 +0000 Subject: [PATCH] gitignore and config settings --- rc/gitconfig | 4 ++-- rc/gitignore | 3 ++- rc/perldb | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/rc/gitconfig b/rc/gitconfig index 13ba678..b77e7e2 100644 --- a/rc/gitconfig +++ b/rc/gitconfig @@ -1,6 +1,6 @@ [user] name = Andrew DeFaria - email = Andrew@DeFaria.com + email = A.DeFaria@cpanel.net [pack] windowMemory=128m @@ -11,7 +11,7 @@ pager = less -RX packedGitLimit=128m packedGitWindowSize=128m - excludesfile = /home/andrew/.gitignore + excludesfile = ~/.gitignore [color] status=auto diff --git a/rc/gitignore b/rc/gitignore index f4a5bc1..ffc8f7e 100644 --- a/rc/gitignore +++ b/rc/gitignore @@ -1,4 +1,5 @@ .project .pydevproject .includepath -.vscode/ +.perldb.hist +/.vscode/ diff --git a/rc/perldb b/rc/perldb index cb016f4..54c75b2 100644 --- a/rc/perldb +++ b/rc/perldb @@ -1,2 +1,2 @@ parse_options ('windowSize=20'); -#parse_options ('HistFile=.perldb.hist'); +parse_options ('HistFile=.perldb.hist'); -- 2.17.1