forked from spritsail/alpine
Fix correct PAGER and EDITOR variable paths
Busybox defines `vi` and `less` to be in `usr/bin`
This commit is contained in:
parent
312614f6c9
commit
90548d3f0f
@ -1,5 +1,5 @@
|
|||||||
export PAGER='/bin/less -R'
|
export PAGER='/usr/bin/less -R'
|
||||||
export EDITOR='/bin/vi'
|
export EDITOR='/usr/bin/vi'
|
||||||
export PS1='\e[1;36m\u@\h\e[0m \e[0;32m$(ppwd)\e[0m> '
|
export PS1='\e[1;36m\u@\h\e[0m \e[0;32m$(ppwd)\e[0m> '
|
||||||
|
|
||||||
# Source configuration files from /etc/profile.d
|
# Source configuration files from /etc/profile.d
|
||||||
|
Loading…
Reference in New Issue
Block a user