From ae9b31aea8755ad6d603465fa74866e227019553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 12 Jul 2021 13:45:39 +0200 Subject: .shrc: Disable color for ack --- home/john/.shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/john/.shrc b/home/john/.shrc index d5d12e2..d6bc5d4 100644 --- a/home/john/.shrc +++ b/home/john/.shrc @@ -12,7 +12,7 @@ case "$-" in *i*) export GIT_EDITOR='vi +:"so /usr/local/share/git.exrc"' - alias ack='ack --noheading' + alias ack='ack --noheading --nocolor' alias info='info --vi-keys' alias ls='ls -p' -- cgit v1.2.3