updated config a bit

This commit is contained in:
eeleater 2024-04-13 15:52:06 +02:00
parent 3afad1aa37
commit 890c746657
4 changed files with 8 additions and 16 deletions

View file

@ -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")"
}