1ambda / zsh-snippets

Boost your terminal workflow using auto-completed snippets!
MIT License
15 stars 7 forks source link

Can't get working on mac. #4

Open richburdon opened 4 years ago

richburdon commented 4 years ago

I have zplug installed (OS/X) and the following in my .zshrc but there are no zsh commands.

export ZPLUG_HOME=/usr/local/opt/zplug
source $ZPLUG_HOME/init.zsh

zplug "1ambda/zsh-snippets"
zplug load --verbose

alias zsp="zsh_snippets"
bindkey '^S^S' zsh-snippets-widget-expand  # CTRL-S CTRL-S (expand)
bindkey '^S^A' zsh-snippets-widget-list    # CTRL-S CTRL-A (list)
$ zplug list
1ambda/zsh-snippets => none
yodamad commented 11 months ago

Same here 😑