mirror of
https://github.com/systemd/systemd.git
synced 2024-12-21 13:34:21 +03:00
Bash completion: no more ANSI colorcode in pathnames
Bash completion: no more ANSI colorcode in pathnames
This commit is contained in:
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() {
|
||||
|
Loading…
Reference in New Issue
Block a user