mirror of
https://github.com/spritsail/alpine.git
synced 2024-11-05 09:26:23 +00:00
Fix PAGER environment var
This commit is contained in:
parent
967f4786e3
commit
e3badc0a5b
@ -1,4 +1,4 @@
|
||||
export PAGER='/usr/bin/less -R'
|
||||
export PAGER='/usr/bin/less'
|
||||
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> '
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user