aboutsummaryrefslogtreecommitdiffstats
path: root/etc/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/bashrc')
-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.