chore: Update config after a long time
This commit is contained in:
parent
a9336facf0
commit
4e0b35e4c7
37 changed files with 1145 additions and 98 deletions
8
.config/fish/functions/__history_previous_command.fish
Normal file
8
.config/fish/functions/__history_previous_command.fish
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue