itsxaos

Results 2 issues of itsxaos

Setting title was broken for Alacritty and xfce4-terminal, so I took the `title()` function from oh-my-zsh (see [here](https://github.com/ohmyzsh/ohmyzsh/blob/master/lib/termsupport.zsh))

I noticed that I lost the built-in modulo function as I switched to the bundled SQLite and I tracked it down to `SQLITE_ENABLE_MATH_FUNCTIONS` not being set when building it. The...