From 61d7e027464ee83bbc0763e81d25332ced7c59dd Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Mon, 6 Oct 2014 12:41:47 -0500 Subject: bashrc: call resize command to init term dim With this simple command, nano and vim will use the full size of the terminal in adb shell Without, the default terminfo is used (80x24) Change-Id: Ic536966b5ab18533064fc2c851497911595bc0da --- etc/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/bashrc b/etc/bashrc index 8d933ac..136cdfb 100644 --- a/etc/bashrc +++ b/etc/bashrc @@ -49,3 +49,4 @@ alias sysrw='mount -o remount,rw /system' # Try to keep environment pollution down, EPA loves us. unset use_color safe_term match_lhs +resize -- cgit v1.2.3