start the change to alacritty
This commit is contained in:
10
zsh/unipicker
Normal file
10
zsh/unipicker
Normal 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
|
Reference in New Issue
Block a user