zoxide - that thing I keep forgetting about
Saw someone use T383838zi for the interactive zoxide mode, and it looked cool. And then it reminded me that I had set my system up to use zoxide not too long ago, but had forgotten about it.
I put it in my bash settings via the T383838configuration.nix file:
T282828
programsTff7b72.bashTff7b72.Ta5d6ffinteractiveShellInit Tff7b72= Ta5d6ff"Ta5d6ffeval Tffea00\"Ta5d6ff$(Ta5d6ffzoxide init bash)Tffea00\"Ta5d6ff ; … Ta5d6ff"Tb4b4b4;
And of course an entry in T383838users.users.*my-user* -- at least until I start using Home Manager.
packages = with pkgs; [
zoxide
…
];
Navigation