Skip to content

Commit

Permalink
Replace cd with zoxide
Browse files Browse the repository at this point in the history
  • Loading branch information
FaustXVI committed Nov 29, 2024
1 parent 86c4d76 commit cf58ddb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/system/home-manager/shells/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
};
zoxide = {
enable = true;
options = [ "--cmd cd" ];
};
yazi = {
enable = true;
Expand All @@ -71,8 +72,6 @@
diff = "delta";
".." = "cd ..";
"..." = "cd ../..";
c = "z";
#cd = "z";
ls = "${exa}";
ll = "${exa} -l";
la = "${exa} -a";
Expand Down

0 comments on commit cf58ddb

Please sign in to comment.