Skip to content

Byte-Cats/shell-completions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shell-completions

Shell completions for the Zig compiler.

Simple installation for zsh

The _zig file needs to be included in your $fpath. This can be achieved in two ways:

  1. Move the _zig file to one of the folders listed in $fpath. You can list these folders with print -l $fpath.
  2. Add the folder containing _zig to the $fpath. This can be achieved by adding fpath=(/path/to/this/repo/shell-completions $fpath) to your ~/.zshrc file (to update the current terminal run source ~/.zshrc).

Once the $fpath variable is updated, run compinit to rebuild ~/.zcompdump.

About

Shell completions for the Zig compiler.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%