mirror of
https://github.com/spritsail/alpine.git
synced 2024-11-05 01:16:23 +00:00
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 EDITOR='/bin/vi'
|
||||
export PAGER='/usr/bin/less -R'
|
||||
export EDITOR='/usr/bin/vi'
|
||||
export PS1='\e[1;36m\u@\h\e[0m \e[0;32m$(ppwd)\e[0m> '
|
||||
|
||||
# Source configuration files from /etc/profile.d
|
||||
|
Loading…
Reference in New Issue
Block a user