mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-24 21:50:34 +01:00
contrib/NM-log: don't run less with --quit-on-intr argument
I find it annoying when ^C exits less and it prompts me to often do `NM-log | less -R` instead.
This commit is contained in:
parent
83e2764050
commit
d4a5e2b1c8
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ NM-log() {
|
|||
fi
|
||||
) | \
|
||||
NM-colorize | \
|
||||
LESS=FRSXMK exec less -R
|
||||
LESS=FRSXM exec less -R
|
||||
}
|
||||
|
||||
if [[ "$NM_not_sourced" != "" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue