Fix correct PAGER and EDITOR variable paths
Busybox defines `vi` and `less` to be in `usr/bin`
This commit is contained in:
parent
236bed40f6
commit
84e632aa1d
@ -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