changed from omf to fisher
This commit is contained in:
parent
0433199fbd
commit
b679805695
28 changed files with 812 additions and 42 deletions
|
@ -0,0 +1,9 @@
|
|||
function __history_previous_command_arguments
|
||||
switch (commandline -t)
|
||||
case "!"
|
||||
commandline -t ""
|
||||
commandline -f history-token-search-backward
|
||||
case "*"
|
||||
commandline -i '$'
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue