Untitled

 avatar
unknown
plain_text
a year ago
139 B
5
Indexable
r() {
    local selected_command
    selected_command=$(history 20 | fzf +s --tac | awk '{$1=""; print $0}')
    eval "$selected_command"
}
Editor is loading...
Leave a Comment