TheRepoClub-DotFiles/.config/fish/plugins/__history_previous_command.fish
2024-08-19 16:43:26 +01:00

4 lines
97 B
Fish

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