citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit c10e8fe1aacaec7e30e07d1fec3b06752d249978
parent 5c6cf33eef814a38dc31a9e1a27ae7890f047e25
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 12 Nov 2020 09:07:07 -0800

git: always show grep line numbers

Diffstat:
Mdotfiles/.gitconfig | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/dotfiles/.gitconfig b/dotfiles/.gitconfig @@ -92,3 +92,5 @@ user = jb55 [commit] template = /home/jb55/.git-template +[grep] + lineNumber = true