From ccc7ceed8ce950be2c00c0f2c1ed9f293caa6323 Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Mon, 12 Jul 2010 16:00:18 -0700 Subject: [PATCH] add a tigrc --- install.pl | 2 ++ tigrc | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 tigrc diff --git a/install.pl b/install.pl index 3527434..7aa4f4d 100755 --- a/install.pl +++ b/install.pl @@ -76,6 +76,8 @@ my %links = ( gitconfig => '.gitconfig', gitignore => '.gitignore', + tigrc => '.tigrc', + caffeinate => 'bin/caffeinate', lock => 'bin/lock', diff --git a/tigrc b/tigrc new file mode 100644 index 0000000..d248d8c --- /dev/null +++ b/tigrc @@ -0,0 +1,2 @@ +set show-rev-graph = yes # Show revision graph? +color cursor white blue