aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Pasanen <invisiblek@cyanogenmod.org>2015-12-21 13:28:07 -0600
committerDan Pasanen <invisiblek@cyanogenmod.org>2015-12-21 11:29:45 -0800
commit52936c4a35e65908e4731f504ef9c3e2f38acfab (patch)
tree73b93992e12751de89d43371c4ce054011841950
parent3e80b52e4a09094ca053ede91af46e37d907675a (diff)
downloadandroid_external_bash-cm-13.0.tar.gz
android_external_bash-cm-13.0.tar.bz2
android_external_bash-cm-13.0.zip
Change-Id: I6563b2c6ecf0e5988ab98346d7e0ce49937794cf
-rw-r--r--etc/bashrc2
1 files changed, 1 insertions, 1 deletions
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.