chore: Update config after a long time

This commit is contained in:
2023-09-18 07:20:52 +01:00
parent a9336facf0
commit 4e0b35e4c7
37 changed files with 1145 additions and 98 deletions

View File

@@ -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