From a33d5bd2955b2a955cc2d9e43155f62ba9850a0e Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 16 Dec 2017 12:48:32 +0100 Subject: [PATCH] tigrc: don't create ~/.tig_history --- tigrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tigrc b/tigrc index 3dc0f56..59f9a7e 100644 --- a/tigrc +++ b/tigrc @@ -1,6 +1,6 @@ # tig configuration file. -# Copyright (C) 2011-2015 Simon Ruderich +# Copyright (C) 2011-2017 Simon Ruderich # # This file is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -22,6 +22,9 @@ set show-changes = no # Ignore case when searching. set ignore-case = yes +# Don't write ~/.tig_history. +set history-size = 0 + # DISPLAY -- 2.43.2