changed from omf to fisher

This commit is contained in:
Tiago Sousa 2023-11-18 15:30:36 +00:00
parent 0433199fbd
commit b679805695
28 changed files with 812 additions and 42 deletions

View file

@ -0,0 +1,8 @@
function __history_previous_command
switch (commandline -t)
case "!"
commandline -t $history[1]; commandline -f repaint
case "*"
commandline -i !
end
end