gitignore and config settings
authorAndrew DeFaria <A.DeFaria@cpanel.net>
Sat, 5 Mar 2022 00:22:47 +0000 (00:22 +0000)
committerAndrew DeFaria <A.DeFaria@cpanel.net>
Sat, 5 Mar 2022 00:22:47 +0000 (00:22 +0000)
rc/gitconfig
rc/gitignore
rc/perldb

index 13ba678..b77e7e2 100644 (file)
@@ -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
index f4a5bc1..ffc8f7e 100644 (file)
@@ -1,4 +1,5 @@
 .project
 .pydevproject
 .includepath
-.vscode/
+.perldb.hist
+/.vscode/
index cb016f4..54c75b2 100644 (file)
--- a/rc/perldb
+++ b/rc/perldb
@@ -1,2 +1,2 @@
 parse_options ('windowSize=20');
-#parse_options ('HistFile=.perldb.hist');
+parse_options ('HistFile=.perldb.hist');