From 52936c4a35e65908e4731f504ef9c3e2f38acfab Mon Sep 17 00:00:00 2001 From: Dan Pasanen Date: Mon, 21 Dec 2015 13:28:07 -0600 Subject: bash: prefer toybox's ls Change-Id: I6563b2c6ecf0e5988ab98346d7e0ce49937794cf --- etc/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/bashrc b/etc/bashrc index d91dfd0..f45d60e 100644 --- a/etc/bashrc +++ b/etc/bashrc @@ -39,7 +39,7 @@ fi alias sysro='mount -o remount,ro /system' alias sysrw='mount -o remount,rw /system' -alias ls='ls --color=auto' +alias ls='/system/xbin/ls --color=auto' alias ps='/system/xbin/ps' # Try to keep environment pollution down, EPA loves us. -- cgit v1.2.3