updated sheldon zsh config

This commit is contained in:
Nikolas Weger 2023-05-12 09:23:17 +02:00
parent 011d8586ae
commit 6b7cca2168
4 changed files with 12 additions and 5 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