From: Simon Ruderich Date: Sat, 16 Dec 2017 11:48:32 +0000 (+0100) Subject: tigrc: don't create ~/.tig_history X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=a33d5bd2955b2a955cc2d9e43155f62ba9850a0e tigrc: don't create ~/.tig_history --- 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