Update config after a long time
This commit is contained in:
parent
7ac1b932a7
commit
c789e148a1
39 changed files with 1278 additions and 125 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