aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Assmann <sassmann@kpanic.de>2018-03-20 10:54:17 +0100
committerStefan Assmann <sassmann@kpanic.de>2018-03-21 09:09:18 +0100
commita4e7995f1f131e2bc5723a823fc3ef832c2c2d12 (patch)
treed36deafbadcc55bd8aff672637abb047f50c08e9
parent5cab584e8b93bd71022776043c686d92463a6483 (diff)
downloadandroid_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/bashrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/bashrc b/etc/bashrc
index d91dfd0..c0b8f16 100644
--- a/etc/bashrc
+++ b/etc/bashrc
@@ -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