updated antidote from sheldon
This commit is contained in:
parent
0ed285bef9
commit
863808c00d
5 changed files with 11 additions and 12 deletions
|
@ -1,7 +1,8 @@
|
|||
# evalstuff
|
||||
_evalcache fzf --zsh
|
||||
_evalcache zoxide init --cmd cd zsh
|
||||
_evalcache atuin init zsh
|
||||
_evalcache navi widget zsh
|
||||
_evalcache direnv hook zsh
|
||||
#_evalcache ntfy shell-integration
|
||||
eval "$(keychain --dir "$XDG_CACHE_HOME"/keychain --eval --quiet id_rsa)"
|
||||
#eval "$(keychain --dir "$XDG_CACHE_HOME"/keychain --eval --quiet id_rsa)"
|
||||
|
|
|
@ -4,9 +4,9 @@ pet_select () {
|
|||
zle redisplay
|
||||
}
|
||||
zle -N pet_select
|
||||
bindkey '^l' pet_select
|
||||
bindkey '^s' pet_select
|
||||
|
||||
pet_add_prev () {
|
||||
prev () {
|
||||
PREV=$(fc -lrn | head -n 1)
|
||||
sh -c "pet new $(printf %q "$PREV")"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue