Skip to content

ahoy-cli/zsh-ahoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zsh-ahoy

The Zsh completion plugin for Ahoy.

Installation

Oh-My-Zsh

  1. Clone this repository into the $ZSH_CUSTOM/plugins directory (by default ~/.oh-my-zsh/custom/plugins).
git clone https://github.com/ahoy-cli/zsh-ahoy.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/ahoy
  1. Add the ahoy zsh plugin to the list of plugins for Oh My Zsh to load, inside ~/.zshrc:
plugins=(
    # Other plugins above...
    ahoy
)
  1. Start a new terminal session.

Manual

  1. Clone this repository somewhere on your machine. This guide will assume ~/.config/zsh-ahoy
git clone https://github.com/ahoy-cli/zsh-ahoy.git ~/.config/zsh-ahoy
  1. Append source ~/.config/zsh-ahoy/zsh-ahoy.zsh to your .zshrc:
echo "source ~/.config/zsh-ahoy/zsh-ahoy.zsh" >> ~/.zshrc
  1. Start a new terminal session.

Further information about Zsh completions

See the zsh-completions project for more examples, further information about Zsh completions, or to write your own and be inspired to help out with this project!

About

Zsh (Z Shell) completion plugin for Ahoy.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages