My fellow nerds: a question about your personal machines:

What is your favourite quality-of-life tweak you've made to your system?

An alias? A utility, a setting, something in .bashrc or ~/bin?

I'd like to know.

@mhoye I deal with a lot of virtual environments for Python projects (every repository has one) and activating them was a pain since environment names don't autocomplete. I made this bash function and now it's all automatic (triggered by a cd): https://github.com/leouieda/dotfiles/blob/main/bash/.bash/functions/yavanna.sh