Fix PS1 with busybox sed
This commit is contained in:
parent
07c39829dd
commit
8d84007b1e
@ -1,6 +1,6 @@
|
|||||||
export PAGER='/usr/bin/less'
|
export PAGER='/usr/bin/less'
|
||||||
export EDITOR='/usr/bin/vi'
|
export EDITOR='/usr/bin/vi'
|
||||||
export PS1='\e[1;36m\u@\h\e[0m \e[0;32m$(pwd | sed -E '"'s|^'\$HOME'|~|;s|(.*)/|\\1%#|;s|((^\\|/)\\.?[^/%]{1})[^/%]*|\\1|g;s|(.*)%#|\\1/|')"'\e[0m> '
|
export PS1='\e[1;36m\u@\h\e[0m \e[0;32m$(pwd | sed -E '"'s@^'\$HOME'@~@;s@(.*)/@\\1%#@;s@((^|/)\\.?[^/%]{1})[^/%]*@\\1@g;s@(.*)%#@\\1/@')"'\e[0m> '
|
||||||
|
|
||||||
# Source configuration files from /etc/profile.d
|
# Source configuration files from /etc/profile.d
|
||||||
for i in /etc/profile.d/*.sh ; do
|
for i in /etc/profile.d/*.sh ; do
|
||||||
|
Loading…
Reference in New Issue
Block a user