We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7aa7c4 commit 7905589Copy full SHA for 7905589
sparse/etc/profile.d/less-custom-setup.sh
@@ -10,4 +10,7 @@ if [[ $- = *i* && -x `command -v less` ]]; then
10
11
# stop using 'more' :)
12
export PAGER=less
13
+
14
+ # fixup 'systemctl' command colors & output formatting
15
+ alias systemctl="PAGER= systemctl"
16
fi
0 commit comments