diff options
author | Dan Pasanen <invisiblek@cyanogenmod.org> | 2015-12-21 13:28:07 -0600 |
---|---|---|
committer | Dan Pasanen <invisiblek@cyanogenmod.org> | 2015-12-21 11:29:45 -0800 |
commit | 52936c4a35e65908e4731f504ef9c3e2f38acfab (patch) | |
tree | 73b93992e12751de89d43371c4ce054011841950 | |
parent | 3e80b52e4a09094ca053ede91af46e37d907675a (diff) | |
download | android_external_bash-stable/cm-13.0-ZNH0E.tar.gz android_external_bash-stable/cm-13.0-ZNH0E.tar.bz2 android_external_bash-stable/cm-13.0-ZNH0E.zip |
bash: prefer toybox's lsHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001stable/cm-13.0-ZNH5Ystable/cm-13.0-ZNH2KBstable/cm-13.0-ZNH2Kstable/cm-13.0-ZNH0Ecm-13.0
Change-Id: I6563b2c6ecf0e5988ab98346d7e0ce49937794cf
-rw-r--r-- | etc/bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |