I am trying to set my system variable LINES and not able to do that permanently. I used the following commands for this:
Can I able to chage the value of that variable permanently atleast I exit from the shell?
I am trying to set my system variable LINES and not able to do that permanently. I used the following commands for this:
Can I able to chage the value of that variable permanently atleast I exit from the shell?
Maybe you can use:
stty rows 125
(in your .profile to make it permanent)