r() { local selected_command selected_command=$(history 20 | fzf +s --tac | awk '{$1=""; print $0}') eval "$selected_command" }