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
This commit is contained in:
Stefan Assmann
2018-03-20 10:54:17 +01:00
committed by LuK1337
parent 66666d3fdb
commit 4f25c453b3

View File

@@ -38,9 +38,6 @@ else
fi
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