tannhuber

Results 5 comments of tannhuber

Ligatures are also used by `pdftotext`. [My favourite file manager](https://github.com/hut/ranger) uses `pdftotext` for a quick file preview.

It's annoying, indeed. Does anybody have an idea how to fix it?

Would be great. Is this also the reason, why ``` function fish_prompt echo -n "prompt: " sleep 3 # in reality there's a time consuming command after printing the prompt...

Makes sense. I know how I could do it without this delay. Thank you for clarifying.

As a workaround, I defined this function as replacement for `./configure`: ``` function grcconf grc ./configure end ```