diff options
| author | Stefan Assmann <sassmann@kpanic.de> | 2018-03-20 10:54:17 +0100 |
|---|---|---|
| committer | Stefan Assmann <sassmann@kpanic.de> | 2018-03-21 09:09:18 +0100 |
| commit | a4e7995f1f131e2bc5723a823fc3ef832c2c2d12 (patch) | |
| tree | d36deafbadcc55bd8aff672637abb047f50c08e9 | |
| parent | 5cab584e8b93bd71022776043c686d92463a6483 (diff) | |
| download | android_external_bash-a4e7995f1f131e2bc5723a823fc3ef832c2c2d12.tar.gz android_external_bash-a4e7995f1f131e2bc5723a823fc3ef832c2c2d12.tar.bz2 android_external_bash-a4e7995f1f131e2bc5723a823fc3ef832c2c2d12.zip | |
bashrc: remove resize and ps alias
resize is part of busybox but no longer available with toybox.
Therefore removing the call in bashrc.
Also dropping ps alias.
Change-Id: Ib86127c03af58a079b16042cb90782cf5260be0c
| -rw-r--r-- | etc/bashrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -40,9 +40,6 @@ fi alias sysro='mount -o remount,ro /system' alias sysrw='mount -o remount,rw /system' alias ls='ls --color=auto' -alias ps='/system/xbin/ps' # Try to keep environment pollution down, EPA loves us. unset use_color safe_term match_lhs - -resize |
