mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-28 18:28:39 -05:00
4 lines
97 B
Fish
4 lines
97 B
Fish
function __history_previous_command
|
|
commandline -t $history[1]
|
|
commandline -f repaint
|
|
end |