TheRepoClub-DotFiles/.config/fish/functions/__history_previous_command.fish
TheCynicalLiger b74ec1cf8f
first commit
2021-01-09 17:30:42 +00:00

4 lines
97 B
Fish

function __history_previous_command
commandline -t $history[1]
commandline -f repaint
end