Skip to content

luoxu34/zfs-completion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zfs-completion

zfs completion script for oh-my-zsh.

Preamble

oh-my-zsh has many complete plugins, such as pip, docker and git. But I often use zfs in my work, so I try to write a zsh completion script with zfs.

Usages

not use zfs-completion

not use

use zfs-completion

use

Installation

  1. Clone this repository in oh-my-zsh's plugins directory:

     git clone https://github.com/luoxu34/zfs-completion.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zfs-completion
    
  2. Activate the plugin in ~/.zshrc:

     plugins=( [plugins...] zfs-completion)
    
  3. Source ~/.zshrc to take changes into account:

     source ~/.zshrc
    

About

zfs completion script for oh-my-zsh.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages