start the change to alacritty

This commit is contained in:
2023-11-14 13:05:09 -07:00
parent d12f727e2e
commit bd3a592b70
3 changed files with 16 additions and 0 deletions

10
zsh/unipicker Normal file
View File

@ -0,0 +1,10 @@
#!/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