From f6749c69a048ee0a96237b3b192ad451013ee4ac Mon Sep 17 00:00:00 2001 From: Excited-bore <31372378+excited-bore@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:38:40 +0100 Subject: Bash completion: no more ANSI colorcode in pathnames Bash completion: no more ANSI colorcode in pathnames --- shell-completion/bash/systemctl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell-completion/bash/systemctl.in') diff --git a/shell-completion/bash/systemctl.in b/shell-completion/bash/systemctl.in index f4576c4355..f2219f23ea 100644 --- a/shell-completion/bash/systemctl.in +++ b/shell-completion/bash/systemctl.in @@ -9,7 +9,7 @@ __systemctl() { local mode=$1; shift 1 - systemctl $mode --full --legend=no --no-pager --plain "$@" 2>/dev/null + SYSTEMD_COLORS=0 systemctl $mode --full --legend=no --no-pager --plain "$@" 2>/dev/null } __systemd_properties() { -- cgit v1.2.3