Files
dotwryn/zsh/unipicker

11 lines
200 B
Plaintext
Raw Normal View History

2023-11-14 13:05:09 -07:00
#!/bin/zsh
command -v unipicker >/dev/null 2>&1 || return 0
__ZSH_SHORTCUT__UNIPICKER() {
LBUFFER+="$(unipicker)"
zle reset-prompt
}
zle -N unipicker __ZSH_SHORTCUT__UNIPICKER
bindkey  unipicker