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:
@@ -38,9 +38,6 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
alias ps='/system/xbin/ps'
|
|
||||||
|
|
||||||
# Try to keep environment pollution down, EPA loves us.
|
# Try to keep environment pollution down, EPA loves us.
|
||||||
unset use_color safe_term match_lhs
|
unset use_color safe_term match_lhs
|
||||||
|
|
||||||
resize
|
|
||||||
|
|||||||
Reference in New Issue
Block a user