Untitled
Anonymous
plain_text
02/29/2024 3:10 PM
188 B
19
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"
}