Make xterm size larger to easy work with aptitude.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 27 Feb 2012 19:57:17 +0200
changeset 310 3f53690ce833
parent 309 d98ee1ad029c
child 311 a63540742a19
Make xterm size larger to easy work with aptitude.
.xinitrc
--- a/.xinitrc	Mon Feb 20 22:12:09 2012 +0200
+++ b/.xinitrc	Mon Feb 27 19:57:17 2012 +0200
@@ -24,4 +24,4 @@
 fi
 
 # Last command.
-exec xterm -e bash -i
+exec xterm -geometry 80x42 -e bash -i