aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArman Avetisyan <voodik.am@gmail.com>2016-11-09 15:53:59 +0300
committerArman Avetisyan <voodik.am@gmail.com>2016-11-09 15:54:34 +0300
commit3088421f7f979c908edd61cddd8c02410cea5d8c (patch)
tree35bbd568ae11ce41c9abe7ba11b2f5445e20f2b3
parent4e7c20f37c876e6375a7657c6f37c80f20b85865 (diff)
downloadandroid_external_bash-3088421f7f979c908edd61cddd8c02410cea5d8c.tar.gz
android_external_bash-3088421f7f979c908edd61cddd8c02410cea5d8c.tar.bz2
android_external_bash-3088421f7f979c908edd61cddd8c02410cea5d8c.zip
Revert "bash: prefer toybox's ls"
This reverts commit 52936c4a35e65908e4731f504ef9c3e2f38acfab. Change-Id: Ie74b76a02e9de5d8049d530bf7d824ecae16a769
-rw-r--r--etc/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/bashrc b/etc/bashrc
index f45d60e..d91dfd0 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='/system/xbin/ls --color=auto'
+alias ls='ls --color=auto'
alias ps='/system/xbin/ps'
# Try to keep environment pollution down, EPA loves us.