Hello.
When I write an unknown command in fish, for instance l (instead of ls), fish is slow to respond.
If I write the unknown command a second time, however, it will be faster.
I used strace to find out why it is slow.
The only thing that looked suspicious is that when it is slow, I have this line a lot of time:
select(8, [7], NULL, NULL, {0, 10000}) = 0 (Timeout)
If you need any other information, feel free to ask.
Thanks to fix this issue.
Hello.
When I write an unknown command in
fish, for instancel(instead ofls), fish is slow to respond.If I write the unknown command a second time, however, it will be faster.
I used
straceto find out why it is slow.The only thing that looked suspicious is that when it is slow, I have this line a lot of time:
If you need any other information, feel free to ask.
Thanks to fix this issue.