Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 477 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 477 Bytes

zsh_virsh_autocompletion

This is a zsh autocompletion file for libvirt's virsh command.

Working for libvirt >= version 0.9, tested with libvirt 1.2.12 on Ubuntu

INSTALLING

cp _virsh /usr/share/zsh/functions/Completion/Linux

Actually, any path in your $fpath would work, so if you like that better, use /usr/local/share/zsh/site-functions for example.

After copying, restart your shell.