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 04:09:26 +01:00 committed by GitHub
parent 236bed40f6
commit 84e632aa1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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