mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 13:08:49 +00:00
fix undef var reference in history
The change for issue #4163 brought to light the pointless attempt to use `$_` in the `history` function.
This commit is contained in:
parent
d383e3b92c
commit
f6d101e7ad
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ function __fish_unexpected_hist_args --no-scope-shadowing
|
|||
end
|
||||
|
||||
function history --description "display or manipulate interactive command history"
|
||||
set -l cmd $_
|
||||
set -l cmd history
|
||||
set -l hist_cmd
|
||||
set -l search_mode
|
||||
|
|
Loading…
Reference in a new issue