mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
Bash completion: no more ANSI colorcode in pathnames
Bash completion: no more ANSI colorcode in pathnames
This commit is contained in:
committed by
Luca Boccassi
parent
544df97b41
commit
f6749c69a0
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user