Skip to content

natesales/zsh-bird-completions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zsh-bird-completions

ZSH Completion for the BIRD routing daemon

asciicast

Installation on ohmyzsh

One liner:

curl https://raw.githubusercontent.com/natesales/zsh-bird-completions/master/_birdc | sudo tee /usr/share/zsh/functions/Completion/Linux/_birdc

Safer:

curl https://raw.githubusercontent.com/natesales/zsh-bird-completions/master/_birdc -o /tmp/_birdc
cat /tmp/_birdc # Make sure everything looks ok
sudo mv /tmp/_birdc /usr/share/zsh/functions/Completion/Linux/_birdc

Make sure to load the completion by running compinit in your ~/.zshrc file.

The aliases file contains shell (bash/zsh/etc) aliases for BIRD that can be sourced from ~/.zshrc.

About

ZSH Completion for the BIRD routing daemon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages