TheRepoClub-DotFiles/.config/fish/plugins/__history_previous_command.fish

4 lines
97 B
Fish
Raw Normal View History

2024-08-19 16:43:26 +01:00
function __history_previous_command
commandline -t $history[1]
commandline -f repaint
end