Skip to content

JBarberU/zsh-tio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Zsh tio completion

This plugin adds zsh-completion for tio

Installation

  • oh-my-zsh:

    • Clone this repository to $HOME/.oh-my-zsh/custom/plugins/:

      git clone https://github.com/jbarberu/zsh-tio.git "${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}"/plugins/zsh-tio
    • Add zsh-tio to the plugins array in your zshrc file:

      plugins=(... zsh-tio)
  • To install the plugin separately, clone this repository and source zsh-tio.plugin.zsh in your zshrc. Then add this repository's path to the completion path:

    source ".../zsh-tio/zsh-tio.plugin.zsh"
    fpath+=".../zsh-tio"
    autoload -U compinit
    compinit

Credits

  • This repo structure was based off of the zsh-bitbake plugin.

About

Zsh-completion for tio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages