updated antidote to newest state

This commit is contained in:
Nikolas Weger 2023-09-28 12:18:38 +02:00
parent 6d40f3fa63
commit f7cb8e5949
20 changed files with 343 additions and 269 deletions

View file

@ -6,6 +6,11 @@ pet_select () {
zle -N pet_select
bindkey '^l' pet_select
pet_add_prev () {
PREV=$(fc -lrn | head -n 1)
sh -c "pet new $(printf %q "$PREV")"
}
run_ranger () {
echo
ranger < $TTY