How to enable xterms for VMs

How to enable xterms for VMs

This article details how to enable xterms for your VMS. And don't forget that every time you log in you will need to follow this tip in order to get colour and space the shell correctly.

An alias can be created to make the life easier editing the file below :

$ vim ~/.bashrc

and adding :

alias x-resize="export TERM=xterm;resize"

Finally, source the file :

$ source ~/.bashrc

You can now use the command x-resize when you log in.