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

4 lines
97 B
Fish
Raw Normal View History

2021-01-09 17:30:42 +00:00
function __history_previous_command
commandline -t $history[1]
commandline -f repaint
end