Posts tagged with 'shell'
Debugging fish shell slow exit when command fails
With the help of https://fishshell.com/docs/current/prompt.html ls .ll # if `.ll` does not exist, this is super slow to exit # similarly any other failing command does the same fish --no-config # verified that in a new terminal, slow exit ... read more →