Maybe this will alias it

This commit is contained in:
Lillian Violet 2024-03-04 16:25:09 +01:00
parent 521d51b1ce
commit e39e1efe9d

View file

@ -17,6 +17,9 @@
programs.zsh = {
enable = true;
shellAliases = {
cd = "zoxide";
};
plugins = [
{
name = "zsh-nix-shell";