diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,6 +43,8 @@ for i in cat chmod chown df insmod ln lsmod mkdir mount mv rm rmdir rmmod umount done unset i alias ls='busybox ls --color' +alias sysro='mount -o remount,ro /system' +alias sysrw='mount -o remount,rw /system' # Try to keep environment pollution down, EPA loves us. unset use_color safe_term match_lhs |