updated sheldon zsh config
This commit is contained in:
parent
011d8586ae
commit
6b7cca2168
4 changed files with 12 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue