new file: projects/github.com/zsh-users/zsh-autosuggestions/README.md

new file:   projects/github.com/zsh-users/zsh-autosuggestions/package.yml
This commit is contained in:
Andrii Riabchenko 2024-03-11 17:56:44 +02:00 committed by Jacob Heider
parent 970d5cb164
commit 9c6606370b
2 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,5 @@
To activate the autosuggestions, add the following at the end of your .zshrc:
source $ZSH_AUTOSUGGESTIONS_ROOT/share/zsh-autosuggestions/zsh-autosuggestions.zsh
You will also need to restart your terminal for this change to take effect.

View file

@ -0,0 +1,26 @@
distributable:
url: https://github.com/zsh-users/zsh-autosuggestions/archive/{{version.tag}}.tar.gz
strip-components: 1
versions:
github: zsh-users/zsh-autosuggestions/tags
warnings:
- vendored
runtime:
ZSH_AUTOSUGGESTIONS_ROOT: ${{prefix}}
build:
install -D zsh-autosuggestions.zsh {{prefix}}/share/zsh-autosuggestions/zsh-autosuggestions.zsh
test:
- run: zsh $FIXTURE | grep zsh-autosuggestions
fixture:
contents: |
fpath=($ZSH_AUTOSUGGESTIONS_ROOT/share $fpath)
autoload -Uz compinit
compinit
autoload -Uz zsh-autosuggestions
which zsh-autosuggestions
extname: zsh