feat(zoxide): add zoxide and add cd alias to it

This commit is contained in:
Mohammad Rafiq 2025-03-22 16:41:48 +08:00
parent 8862fca28a
commit 717efa8db7
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
programs.zoxide = {
enable = true;
};
}