mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Stringify j.fish
This commit is contained in:
parent
2323a5629c
commit
a5d625d389
@ -1,5 +1,5 @@
|
||||
function __history_completions --argument limit
|
||||
if echo $limit | string match -q ""
|
||||
if string match -q "" -- "$limit"
|
||||
set limit 25
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user