You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been experimenting with LP as root, and tried to set a default mark as I would for a user account, which works fine, but as root I keep getting the # mark. I've set it in .config/liduidpromptrc, and can see the resulting variable in my environment:
set | grep ^LP_MARK_DEFAULT
LP_MARK_DEFAULT='>'
However:
set | grep ^LP_MARK=
LP_MARK=$'\$\[\E(B\E[m\] '
Do I need to enable something extra as root to get the default mark to be respected?
The text was updated successfully, but these errors were encountered:
Shell: bash
Operating system: Debian Jessie
Liquid Prompt version: 1.11
I've been experimenting with LP as root, and tried to set a default mark as I would for a user account, which works fine, but as root I keep getting the # mark. I've set it in .config/liduidpromptrc, and can see the resulting variable in my environment:
set | grep ^LP_MARK_DEFAULT
LP_MARK_DEFAULT='>'
However:
set | grep ^LP_MARK=
LP_MARK=$'\$\[\E(B\E[m\] '
Do I need to enable something extra as root to get the default mark to be respected?
The text was updated successfully, but these errors were encountered: