Untitled
unknown
plain_text
2 years ago
139 B
7
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
r() { local selected_command selected_command=$(history 20 | fzf +s --tac | awk '{$1=""; print $0}') eval "$selected_command" }