Untitled

mail@pastecode.io avatar
unknown
plain_text
8 months ago
139 B
2
Indexable
Never
r() {
    local selected_command
    selected_command=$(history 20 | fzf +s --tac | awk '{$1=""; print $0}')
    eval "$selected_command"
}
Leave a Comment