Re: Permanently change default virsh editor

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Awesome. Thank you that worked great.

On Wed, Jul 6, 2016 at 3:31 PM, Cole Robinson <crobinso@xxxxxxxxxx> wrote:
On 07/06/2016 03:27 PM, J Travis Lindsey wrote:
> Hello, I found in the docs that I can change the editor I use on a per vm
> bases with the following:
> *EDITOR=$your-favorite-editor virsh edit $your-vm-name*
>
> But how do I change it permanently so when I run:
> *virsh edit $your-vm-name*
>
> It defaults to my favorite editor (vim)?

EDITOR is just a shell environment variable, so if you're using bash shell
drop something like

export EDITOR=your-favorite-editor

in ~/.bashrc, and it will be set for all future shell sessions

- Cole


_______________________________________________
libvirt-users mailing list
libvirt-users@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvirt-users

[Index of Archives]     [Virt Tools]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux