chore: Update config after a long time
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user