2
0
mirror of https://github.com/spritsail/alpine.git synced 2024-07-06 05:36:12 +00:00

Fix PAGER environment var

This commit is contained in:
Joe Groocock 2018-08-31 01:11:35 +01:00
parent 967f4786e3
commit e3badc0a5b
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -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> '