Hello! I was comparing the .profile in my user and root homefolders, where this pretty basic snippet made my brain stop.
While they're fine, theres no need to define qt_qpa_platformtheme on an extra line, so why would the other envs need that simplification which really adds keypresses?
Are confs printed this way in an attempt to guide the user of how commands -can- be entered?
Does it make a real difference further on?
Code:
TERM=${TERM:-xterm}
export TERM
PAGER=less
export PAGER
export QT_QPA_PLATFORMTHEME=qt6ct
While they're fine, theres no need to define qt_qpa_platformtheme on an extra line, so why would the other envs need that simplification which really adds keypresses?
Are confs printed this way in an attempt to guide the user of how commands -can- be entered?
Does it make a real difference further on?