Fix correct PAGER and EDITOR variable paths

Busybox defines `vi` and `less` to be in `usr/bin`
This commit is contained in:
Joe Groocock 2018-06-11 17:35:30 +01:00
parent 312614f6c9
commit 90548d3f0f
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

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