mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2025-02-15 08:53:24 -05:00
4 lines
97 B
Fish
4 lines
97 B
Fish
|
function __history_previous_command
|
||
|
commandline -t $history[1]
|
||
|
commandline -f repaint
|
||
|
end
|