Re-inventing muscle memory with zoxide
Going down the rabbit hole of updating my terminal, I came across zoxide. In a nutshell, itβs a modern replacement for cd
. It seems both a gift from heaven and hell.
From their README.md
:
On the one hand, it makes digging through long directory trees faster. On the other hand, I came across a YouTube video saying they aliased cd
for z
.
Seems like a recipe for disaster when you run bash scripts with expand_aliases
, where previously working scripts would suddenly execute commands on the wrong directory.
As for me, Iβm getting used to re-wiring my muscle memory around the z
command and how I navigate directory trees. So far, despite the extra convenience it offers, Iβm still a bit slower than using just plain cd
.