
Navigate configs faster
I previously used shell aliases to quickly access the config files I was modifying often. This become a bit cumbersome when the number of configs grew. Instead, I created a zsh script (easily modifiable for bash) using fzf to quickly select which config to edit or navigate to. Since configs often contain multiple files, also changing the directory to your selected config allows you to easily navigate your config directories. ...